Skip to content

Commit

Permalink
Update verification.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Nov 7, 2024
1 parent f31582f commit 39616a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/verification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const VERIFICATION_ENV_CONFIGS = {

type VerificationEnv = keyof typeof VERIFICATION_ENV_CONFIGS

const VERIFICATION_ENV: VerificationEnv = 'production'
const VERIFICATION_ENV: VerificationEnv = 'staging'

export const VERIFICATION_RECORD_KEY = 'verifications'

Expand Down

0 comments on commit 39616a9

Please sign in to comment.