Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
fix: more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zigapk committed Mar 20, 2024
1 parent 985030f commit 64b988e
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 @@ -70,7 +70,7 @@ const runtimeEnv = {
NODE_ENV: process.env.NODE_ENV,
NEXT_PUBLIC_NODE_ENV: process.env.NEXT_PUBLIC_NODE_ENV,
SENTRY_AUTH_TOKEN: process.env.SENTRY_AUTH_TOKEN,
NEXT_PUBLIC_SENTRY_DSN: process.env.NEXT_PUBLIC_SENTRY_DNS,
NEXT_PUBLIC_SENTRY_DSN: process.env.NEXT_PUBLIC_SENTRY_DSN,
NEXT_PUBLIC_SENTRY_TRACE_SAMPLE_RATE:
process.env.NEXT_PUBLIC_SENTRY_TRACE_SAMPLE_RATE,
};
Expand Down

0 comments on commit 64b988e

Please sign in to comment.