Skip to content

Commit a476eb0

Browse files
stuartp44Copilot
authored andcommitted
Update lambdas/functions/control-plane/src/scale-runners/scale-up.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 311001e commit a476eb0

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
@@ -359,7 +359,7 @@ export async function scaleUp(payloads: ActionRequestMessageSQS[]): Promise<stri
359359
}
360360

361361
scaleUp++;
362-
await publishRetryMessage(message as ActionRequestMessageRetry);
362+
await publishRetryMessage(message);
363363
}
364364

365365
if (scaleUp === 0) {

0 commit comments

Comments
 (0)