Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
pvicensSpacedev committed May 1, 2024
1 parent 3d69270 commit 29ac675
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ export function FarcasterLoginView() {
signature: req.signature,
custodyPubKey: {
pubKey: req.custody,
chain: 'Ethereum' as Chain,
chain: 'Ethereum',
},
primaryPubKey: {
pubKey: primaryFarcasterAddress,
chain: 'Ethereum' as Chain,
chain: 'Ethereum',
},
},
};
Expand Down

0 comments on commit 29ac675

Please sign in to comment.