Skip to content

Commit 94bf0a1

Browse files
authored
Update scale-up.ts
1 parent 55f332b commit 94bf0a1

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ async function createStartRunnerConfig(
352352

353353
function isValidRepoOwnerTypeIfOrgLevelEnabled(payload: ActionRequestMessage, enableOrgLevel: boolean) : boolean {
354354
return !(enableOrgLevel && payload.repoOwnerType !== 'Organization');
355-
356355
}
357356

358357
function addDelay(instances: string[]) {

0 commit comments

Comments
 (0)