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