Update api.js
This commit is contained in:
parent
3924ab9596
commit
3a37993ce1
|
|
@ -1275,7 +1275,7 @@ api.getFaviconByTimer = function() {
|
||||||
await db.updateBookmarkFaviconState(id, faviconState);
|
await db.updateBookmarkFaviconState(id, faviconState);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log('getFaviconByTimer err', err);
|
console.log('getFaviconByTimer err', error);
|
||||||
}
|
}
|
||||||
busy = false;
|
busy = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue