small fixes

This commit is contained in:
zadam
2019-10-28 19:45:36 +01:00
parent 5e3538669d
commit 5bba18191f
4 changed files with 21 additions and 17 deletions

View File

@@ -103,7 +103,7 @@ function syncPullInProgress() {
sendMessageToAllClients({ type: 'sync-pull-in-progress' });
}
async function syncPullFinished() {
function syncPullFinished() {
sendMessageToAllClients({ type: 'sync-pull-finished' });
}