Skip to content

Commit

Permalink
style: format code with Prettier and StandardJS
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in da04dac according to the output
from Prettier and StandardJS.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jan 21, 2024
1 parent da04dac commit f209e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const env = createEnv({
UPSTASH_RATELIMITER_EXCLUDED_IPS: z.string().min(1),
RESEND_API_KEY: z.string().min(1),
QWEATHER_API_KEY: z.string().min(1),
API_NINJA_API_KEY: z.string().min(1),
API_NINJA_API_KEY: z.string().min(1)
},
client: {},
runtimeEnv: {
Expand Down

0 comments on commit f209e3b

Please sign in to comment.