Skip to content

Commit b309a04

Browse files
committed
fix(scale-up): add trailing comma in scaleUp function parameters
1 parent 9a59774 commit b309a04

File tree

1 file changed

+1
-1
lines changed
  • lambdas/functions/control-plane/src/scale-runners

1 file changed

+1
-1
lines changed

lambdas/functions/control-plane/src/scale-runners/scale-up.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ export async function scaleUp(payloads: ActionRequestMessageSQS[]): Promise<stri
511511
},
512512
newRunners,
513513
githubInstallationClient,
514-
'scale-up-lambda'
514+
'scale-up-lambda',
515515
);
516516

517517
// Not all runners we wanted were created, let's reject enough items so that

0 commit comments

Comments
 (0)