Skip to content

Commit 632cf9c

Browse files
committed
chore: lint after prettier bump
1 parent dffae49 commit 632cf9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { GetResponseDataTypeFromEndpointMethod } from '@octokit/types';
66

77
// See https://docs.github.com/en/rest/reactions#reaction-types
88
const REACTIONS = ['+1', '-1', 'laugh', 'confused', 'heart', 'hooray', 'rocket', 'eyes'] as const;
9-
type Reaction = typeof REACTIONS[number];
9+
type Reaction = (typeof REACTIONS)[number];
1010

1111
async function run() {
1212
try {

0 commit comments

Comments
 (0)