Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
style(sdk): fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Schenk committed Feb 4, 2020
1 parent 3d0a2d5 commit 6300cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const uiResolvers = {
});
return asset;
},
account: async (_, { address }) => await fetchAztecAccount({
account: async (_, { address }) => fetchAztecAccount({
address,
}),
note: async (_, args) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,7 @@ export const generateTypedData = ({
AZTECaddress: aliasAddress,
linkedPublicKey,
};
console.log({
types: {
EIP712Domain: domainParams,
AZTECAccount,
},
domain: domainData,
primaryType: 'AZTECAccount',
message,
});

return {
types: {
EIP712Domain: domainParams,
Expand Down

0 comments on commit 6300cfd

Please sign in to comment.