mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-24 23:22:47 +01:00
db.js: use correct sync alias
This commit is contained in:
parent
4b47f63b5f
commit
ea8b47b8db
@ -93,7 +93,7 @@
|
|||||||
// Setting the `lastSeenVersion` in localStorage(sync for extension) always
|
// Setting the `lastSeenVersion` in localStorage(sync for extension) always
|
||||||
// because next time we need to fetch it irrespective of the user being
|
// because next time we need to fetch it irrespective of the user being
|
||||||
// logged in or out quickly from local storage.
|
// logged in or out quickly from local storage.
|
||||||
chrome.storage.sync.set(
|
dbSyncAlias.set(
|
||||||
{
|
{
|
||||||
lastSeenVersion: version
|
lastSeenVersion: version
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user