Skip to content

Commit

Permalink
fix: Adjust error message
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Nov 3, 2023
1 parent 5b92d4b commit af1bc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/mpc/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const SOCIAL_WALLET_OPTIONS: any = (() => {
try {
return JSON.parse(IS_PRODUCTION ? SOCIAL_WALLET_OPTIONS_PRODUCTION : SOCIAL_WALLET_OPTIONS_STAGING)
} catch (error) {
console.error(error)
console.error('Error parsing SOCIAL_WALLET_OPTIONS', error)
return {}
}
})()

0 comments on commit af1bc5d

Please sign in to comment.