Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed Jan 25, 2024
1 parent c8c59e3 commit 42c1702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const env = createEnv({
UPSTASH_TOKEN: z.string().optional(),
REST_APL_ENDPOINT: z.string().optional(),
REST_APL_TOKEN: z.string().optional(),
ALLOWED_DOMAIN_PATTERN: z.string().optional()
ALLOWED_DOMAIN_PATTERN: z.string().optional(),
},

/*
Expand Down

0 comments on commit 42c1702

Please sign in to comment.