Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Nov 15, 2023
1 parent 026981b commit bad62eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ type State = {bounds: BoundsState, dataset: DatasetState, channels: Channel[]};
type chunkIntervals = {
interval: [ number, number ],
numChunks: number,
downsampling: number,
downsampling: number,
};

const UPDATE_DEBOUNCE_TIME = 100;
Expand Down

0 comments on commit bad62eb

Please sign in to comment.