Skip to content

Commit

Permalink
Fix: ref error
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Nov 18, 2024
1 parent a4d43e0 commit 195bd5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/env.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* global browser chrome */
/* global chrome */
import browser from "webextension-polyfill";

export const IS_CHROME = typeof chrome !== "undefined" && Boolean(chrome.app);

Expand Down

0 comments on commit 195bd5b

Please sign in to comment.