Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Mar 29, 2024
1 parent 611de0f commit 6c97ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const getRawMoveInfo = (): Array<TRawMoveInfo> => {
//
// But now we're using the TMoveInfo type.
//
const divs = [
const divs = [
...window.document.querySelectorAll('div[id^="replaylogs_move_"]'),
] as Array<HTMLDivElement>

Expand Down

0 comments on commit 6c97ede

Please sign in to comment.