Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik committed Jun 22, 2024
1 parent 96dd541 commit 839c8d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/lib/gameSession/GameSessionData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export class GameSessionData {
>,
) {}

// eslint-disable-next-line max-lines-per-function
private static verify(turns: readonly GameSessionTurn[]): void {
/* c8 ignore start */
if (_.isEmpty(turns)) {
Expand Down

0 comments on commit 839c8d0

Please sign in to comment.