local storage add add folders
This commit is contained in:
@@ -13,6 +13,8 @@ export async function useSyncDevice() {
|
||||
|
||||
syncStartedAt = Date.UTC(Date.now());
|
||||
|
||||
console.info("Sync started")
|
||||
|
||||
while (true) {
|
||||
|
||||
await sync()
|
||||
@@ -28,8 +30,6 @@ export async function useSyncDevice() {
|
||||
|
||||
async function sync() {
|
||||
|
||||
console.info("Sync started")
|
||||
|
||||
const userPreferences = await getUserPreferences()
|
||||
|
||||
console.log(userPreferences)
|
||||
|
||||
Reference in New Issue
Block a user