Skip to content

Commit b078c54

Browse files
fix: missing property in NodeJS
1 parent f744d32 commit b078c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambdas/functions/control-plane/src/modules.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ declare namespace NodeJS {
33
AWS_REGION: string;
44
ENABLE_METRIC_GITHUB_APP_RATE_LIMIT: string;
55
ENABLE_ON_DEMAND_FAILOVER_FOR_ERRORS: string;
6-
SCALE_ERRORS: string;
6+
CUSTOM_SCALE_ERRORS: string;
77
ENVIRONMENT: string;
88
GHES_URL: string;
99
JOB_RETRY_CONFIG: string;

0 commit comments

Comments
 (0)