Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Mar 18, 2024
1 parent b400649 commit 78d50ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/extension/js/service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function messageHandler(msg, sendResponse) {
} else if (msg.message == "deepScanEnabled?") {
sendResponse({ enabled: deepScanEnabled });
} else if (msg.message == "deepScanEnabled") {
scanEnabled = msg.data;
deepScanEnabled = msg.data;
} else if (msg.type == "astScan") {
if (!deepScanEnabled) return;
const content = msg.content;
Expand Down

0 comments on commit 78d50ba

Please sign in to comment.