Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
HeesungB committed May 22, 2024
1 parent ed475e5 commit d795231
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/mobile/src/stores/wallet-connect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ export class WalletConnectStore {
}

protected async init(): Promise<void> {
const projectId =
process.env['WC_PROJECT_ID'] || 'a9fd98e67c49a9930d59cbb301be4583';
const projectId = process.env['WC_PROJECT_ID'];
if (!projectId) {
return;
}
Expand Down

0 comments on commit d795231

Please sign in to comment.