We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d4deb commit a68d5f2Copy full SHA for a68d5f2
1 file changed
lambdas/functions/control-plane/src/scale-runners/scale-up.ts
@@ -511,7 +511,7 @@ export async function scaleUp(payloads: ActionRequestMessageSQS[]): Promise<stri
511
},
512
newRunners,
513
githubInstallationClient,
514
- 'scale-up-lambda'
+ 'scale-up-lambda',
515
);
516
517
// Not all runners we wanted were created, let's reject enough items so that
0 commit comments