Skip to content

Commit

Permalink
fix tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Risch authored and Alex Risch committed May 30, 2024
1 parent ad87bdd commit a741b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/coinbaseWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CoinbaseWallet extends WalletConnection {
params: [message, this.address],
});
return signature;
} catch (e) {
} catch (e: any) {
Alert.alert('Error signing message', e?.message);
throw e;
} finally {
Expand Down

0 comments on commit a741b51

Please sign in to comment.