fix DB setup

This commit is contained in:
zadam
2020-06-20 21:42:41 +02:00
parent 6207203b35
commit 027afab6b1
19 changed files with 133 additions and 118 deletions

View File

@@ -24,7 +24,7 @@ function triggerSync() {
// it's ok to not wait for it here
syncService.sync().then(res => {
if (res.success) {
sqlInit.dbInitialized();
sqlInit.setDbAsInitialized();
}
});
}