Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 24, 2023
1 parent ce49226 commit 33d288d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/types/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ export interface ChartData {
}

export type LocalStorageData = {
[key in string]: { id: string; isDisplayed: boolean, width: number }[];
[key in string]: { id: string; isDisplayed: boolean; width: number }[];
};

0 comments on commit 33d288d

Please sign in to comment.