Skip to content

Commit

Permalink
fix: deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
hcote committed Sep 12, 2024
1 parent ecb8214 commit 934be1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@magic-ext/cosmos/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class CosmosExtension extends Extension.Internal<'cosmos', any> {
});
};

public signTypedData = async (message: string) => {
public signTypedData = (message: string) => {
return this.request({
id: 42,
jsonrpc: '2.0',
Expand Down

0 comments on commit 934be1b

Please sign in to comment.