Skip to content

Commit 572e968

Browse files
committed
review
1 parent 2171af8 commit 572e968

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/runners/lambdas/runners/src/aws/runners.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,8 @@ export async function listEC2Runners(filters: ListRunnerFilters | undefined = un
6161
}
6262
}
6363

64-
// const runningInstances = [];
65-
6664
const runners: RunnerList[] = [];
67-
let nextToken = undefined;
65+
let nextToken;
6866
let hasNext = true;
6967
while (hasNext) {
7068
const runningInstances: EC2.DescribeInstancesResult = await ec2

0 commit comments

Comments
 (0)