diff --git a/src/background.js b/src/background.js index 4d8df43..c967ea2 100644 --- a/src/background.js +++ b/src/background.js @@ -37,4 +37,4 @@ async function getCurrentTab() { let queryOptions = {active: true, lastFocusedWindow: true}; let [tab] = await chrome.tabs.query(queryOptions); return tab -} \ No newline at end of file +}