diff options
author | Ajay <[email protected]> | 2024-06-19 23:16:29 +0530 |
---|---|---|
committer | Ajay <[email protected]> | 2024-06-19 23:16:29 +0530 |
commit | 60a2eff40a6b67bf56e319460b58ddc25b90e80f (patch) | |
tree | b5c07a4fb1649cac0088ef4f058517eeff955a9a | |
parent | 98a4a076bc1d8b2d3a9b64355b9aaf84e2a4b685 (diff) | |
download | SponsorBlock-60a2eff40a6b67bf56e319460b58ddc25b90e80f.tar.gz SponsorBlock-60a2eff40a6b67bf56e319460b58ddc25b90e80f.zip |
Fix linting issue
-rw-r--r-- | src/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.ts b/src/utils.ts index 610e93c6..c1887119 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -2,7 +2,7 @@ import Config, { VideoDownvotes } from "./config"; import { CategorySelection, SponsorTime, BackgroundScriptContainer, Registration, VideoID, SponsorHideType, CategorySkipOption } from "./types"; import { getHash, HashedValue } from "../maze-utils/src/hash"; -import { isFirefoxOrSafari, waitFor } from "../maze-utils/src"; +import { waitFor } from "../maze-utils/src"; import { findValidElementFromSelector } from "../maze-utils/src/dom"; import { isSafari } from "../maze-utils/src/config"; |