Skip to content

Commit

Permalink
chore(front): remove pointless assignment in map review form
Browse files Browse the repository at this point in the history
  • Loading branch information
tsa96 authored and GordiNoki committed Sep 17, 2024
1 parent e5674fc commit 198bcd7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export class MapReviewSuggestionsFormComponent implements ControlValueAccessor {
.map(({ trackNum }) => trackNum)
);

trackNum = 1;
while (bonusNums.has(trackNum)) trackNum++;
}

Expand Down

0 comments on commit 198bcd7

Please sign in to comment.