Skip to content

Commit a599d3a

Browse files
authored
fix(lint): ran lint (#766)
1 parent ca468dc commit a599d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ export const env = createEnv({
157157
export const isTruthy = (value: string | boolean | number | undefined) =>
158158
typeof value === 'string' ? value === 'true' || value === '1' : Boolean(value)
159159

160-
export { getEnv }
160+
export { getEnv }

0 commit comments

Comments
 (0)