Skip to content

Commit

Permalink
fix(er): fix typo in parsing error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jbranchaud committed Mar 15, 2024
1 parent f9a0a36 commit e145f67
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ const determineEventProcessor = (siteName: string) => {
.parse(process.env.EPIC_REACT_INTERNAL_STRIPE_URL)
const skillSecret = z
.string({
required_error: 'TJS_SKILL_SECRET must be set in this environemnt',
required_error: 'ER_SKILL_SECRET must be set in this environemnt',
})
.parse(process.env.ER_SKILL_SECRET)

Expand Down

0 comments on commit e145f67

Please sign in to comment.