mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
fix(lint): ran lint (#766)
This commit is contained in:
@@ -157,4 +157,4 @@ export const env = createEnv({
|
||||
export const isTruthy = (value: string | boolean | number | undefined) =>
|
||||
typeof value === 'string' ? value === 'true' || value === '1' : Boolean(value)
|
||||
|
||||
export { getEnv }
|
||||
export { getEnv }
|
||||
|
||||
Reference in New Issue
Block a user