1
0
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:
Kushagra Gour 2018-01-23 02:23:41 +05:30
parent 4b47f63b5f
commit ea8b47b8db

View File

@ -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
},