Skip to content

Commit

Permalink
Added trailing comma for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir committed Dec 6, 2023
1 parent 27d3374 commit 030d4f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class EEGLabSeriesProvider extends Component<CProps> {
shapes,
timeInterval,
seriesRange,
validSamples
validSamples,
} = json;
this.store.dispatch(
setDatasetMetadata({
Expand Down

0 comments on commit 030d4f5

Please sign in to comment.