Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil7174 committed Oct 27, 2024
1 parent b2b670a commit 5aafd3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const updateTimeInLocalStorage = async (timeLeft) => {
const sessionTimeout = async () => {
await blockHttpsSearch();
await chrome.storage.local.set({ sessionTimeout: true });
await handleBrowserWindows(sessionTimeoutUrl);
await handleBrowserWindows(true);
}

// Function to block Google search URLs
Expand Down

0 comments on commit 5aafd3a

Please sign in to comment.