Skip to content

Commit 9fb2553

Browse files
fix: missing property in NodeJS
1 parent 6002c6f commit 9fb2553

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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+
CUSTOM_SCALE_ERRORS: string;
67
ENVIRONMENT: string;
78
GHES_URL: string;
89
JOB_RETRY_CONFIG: string;

0 commit comments

Comments
 (0)