Skip to content

Commit

Permalink
fix: last var typo fix 🤨
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Feb 3, 2024
1 parent c6196b0 commit a160769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const env = createEnv({
process.env.NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL,
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL:
process.env.NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL,
G_API_TOKEN: process.env.GITHUB_API_TOKEN,
G_API_TOKEN: process.env.G_API_TOKEN,
SPOTIFY_CLIENT_ID: process.env.SPOTIFY_CLIENT_ID,
SPOTIFY_CLIENT_SECRET: process.env.SPOTIFY_CLIENT_SECRET,
XATA_BRANCH: process.env.XATA_BRANCH,
Expand Down

0 comments on commit a160769

Please sign in to comment.