Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir committed Feb 1, 2024
1 parent f91a53f commit 8c0e437
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ export const loadChunks = (chunksData: FetchedChunks[]) => {
return (dispatch: (_: any) => void) => {
const channels : Channel[] = [];

const filters: Filter[] = window.EEGLabSeriesProviderStore[chunksData[0].chunksURL]
.getState().filters;
const filters: Filter[] = window
.EEGLabSeriesProviderStore[chunksData[0].chunksURL]
.getState().filters;
for (let index = 0; index < chunksData.length; index++) {
const {channelIndex, chunks} : {
channelIndex: number,
Expand Down

0 comments on commit 8c0e437

Please # to comment.