Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored and Sayamame-beans committed Jul 20, 2024
1 parent a676938 commit 4e2d987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/misskey-js/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const reversiUpdateKeys = [
'isLlotheo',
'canPutEverywhere',
'loopedBoard',
'timeLimitForEachTurn'
'timeLimitForEachTurn',
] as const;

export type ReversiUpdateKey = typeof reversiUpdateKeys[number];
Expand Down

0 comments on commit 4e2d987

Please sign in to comment.