Skip to content

Commit 8e38e7d

Browse files
committed
fix lint
1 parent 8a9b4ca commit 8e38e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/codegen/upsertGenerationComment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const allowedTriggers = [
1414
'cleanup',
1515
] as const;
1616

17-
type Trigger = typeof allowedTriggers[number];
17+
type Trigger = (typeof allowedTriggers)[number];
1818

1919
export async function getCommentBody(trigger: Trigger): Promise<string> {
2020
let generatedBranch = await run('git branch --show-current');

0 commit comments

Comments
 (0)