Make biome happier
This commit is contained in:
@@ -6,6 +6,8 @@ export const executionContextSchema = z.object({
|
||||
|
||||
export type ExecutionContext = z.infer<typeof executionContextSchema>;
|
||||
|
||||
export function parseExecutionContext(env: Record<string, string | undefined>): ExecutionContext {
|
||||
export function parseExecutionContext(
|
||||
env: Record<string, string | undefined>,
|
||||
): ExecutionContext {
|
||||
return executionContextSchema.parse(env);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user