Skip to content

Commit

Permalink
chore(compatibility): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SelmaBergstrand committed Oct 8, 2024
1 parent ca32063 commit 2631de4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tavla/app/(admin)/edit/[id]/compatibility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export function makeBoardCompatible(board: TBoard): TBoard {
whitelistedLines: whitelistedLines.flatMap(oldLineIdsToNew),
}),
})) as TTile[]

return { ...board, tiles: updatedTiles }
}

Expand Down

0 comments on commit 2631de4

Please sign in to comment.