Skip to content

Commit

Permalink
dev: forward TZ from lambda to local
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Sep 24, 2024
1 parent b098d7c commit adf4ae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platform/functions/bridge/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ var ENV_BLACKLIST = map[string]bool{
"LAMBDA_RUNTIME_DIR": true,
"LANG": true,
"NODE_PATH": true,
"TZ": true,
"SHLVL": true,
"AWS_XRAY_DAEMON_PORT": true,
"AWS_XRAY_CONTEXT_MISSING": true,
Expand Down

0 comments on commit adf4ae8

Please sign in to comment.