Skip to content

Commit

Permalink
Remove unnecessary global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
richardolsson committed Dec 16, 2023
1 parent eb3ead2 commit cd1bd97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webapp/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import Store from './store/Store';
export type LanguageMap = Map<string, Record<string, string>>;

declare global {
// eslint-disable-next-line
var hasPulled: boolean;

// eslint-disable-next-line
var store: Store;
}

0 comments on commit cd1bd97

Please sign in to comment.