Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Dec 12, 2024
1 parent f1af129 commit f07e62c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function executeContentScript() {
}

function injectContentScript(tabId: number) {
let env = undefined;
let env: string | undefined = undefined;
if (typeof process !== 'undefined') {
env = process?.env?.NODE_ENV;
}
Expand Down

0 comments on commit f07e62c

Please sign in to comment.