Skip to content

Commit

Permalink
fix: resolve staging typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Jun 12, 2024
1 parent 421a269 commit 1dcb754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp/src/utils/appUrl.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const PRODUCTION_URL = process.env.NEXT_PUBLIC_APP_PRODUCTION_URL;
const STAGING_URL = process.env.NEXT_PUBLIC_APP_STAGGING_URL;
const STAGING_URL = process.env.NEXT_PUBLIC_APP_STAGING_URL;
const DEVELOPMENT_URL = process.env.NEXT_PUBLIC_APP_DEVELOPMENT_URL;

export const APP_URL =
Expand Down

0 comments on commit 1dcb754

Please sign in to comment.