mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
fix(lint): ran lint (#766)
This commit is contained in:
+1
-1
@@ -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