Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Aug 21, 2024
1 parent c99a238 commit d473bc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/static/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ const flags: Flags = {
),
velaMaxStarlarkExecLimit: Number(
process.env.VELA_MAX_STARLARK_EXEC_LIMIT ||
envOrNull('VELA_MAX_STARLARK_EXEC_LIMIT', '$VELA_MAX_STARLARK_EXEC_LIMIT') ||
envOrNull(
'VELA_MAX_STARLARK_EXEC_LIMIT',
'$VELA_MAX_STARLARK_EXEC_LIMIT',
) ||
maximumStarlarkExecLimit,
),
velaScheduleAllowlist:
Expand Down

0 comments on commit d473bc0

Please sign in to comment.