Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblinov2k17 committed Jan 26, 2024
1 parent 61a28fb commit ee2c37b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const generateChains = (
const chain: {
bandTitle: string[],
columns: typeof columns,
start: number
start: number,
}[] = [];
for (let i = 0; i < indexes.length - 1; i += 2) {
const start = indexes[i];
Expand Down

0 comments on commit ee2c37b

Please sign in to comment.