Skip to content

Commit 971ec2d

Browse files
committed
Remove redundant comment describing RunnerState type
1 parent 097c14d commit 971ec2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ type RepoRunnerList = GetResponseDataTypeFromEndpointMethod<
2121
typeof Octokit.prototype.actions.listSelfHostedRunnersForRepo
2222
>;
2323

24-
// Derive the shape of an individual runner
2524
type RunnerState = (OrgRunnerList | RepoRunnerList)['runners'][number];
2625

2726
async function getOrCreateOctokit(runner: RunnerInfo): Promise<Octokit> {

0 commit comments

Comments
 (0)