Skip to content

Commit 975b635

Browse files
refactor(node-sql): remove unused env from context
Handler doesn't use context.env, avoid exposing raw process.env. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8e9305c commit 975b635

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

templates/node-sql/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ export type FunctionContext = {
2020
pool: Pool;
2121
withUserContext: <T>(actorId: string | undefined, fn: (client: PoolClient) => Promise<T>) => Promise<T>;
2222
log: Logger;
23-
env: Record<string, string | undefined>;
2423
};

0 commit comments

Comments
 (0)