Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 9f3fb62

Browse files
committed
Fix typo
1 parent 9123ef3 commit 9f3fb62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const reloadTab = (tab) => chrome.tabs.reload(tab.id)
88
const methodMap = {
99
getData: async (message, { url }, sendResponse) => {
1010
const { host, protocol, origin } = url
11-
const data = await chrome.store.sync.get(origin)
11+
const data = await chrome.storage.sync.get(origin)
1212
const customjs = data[origin]
1313
sendResponse({ customjs, host, protocol })
1414
},

0 commit comments

Comments
 (0)