enforce asynchronous callbacks in user object migration

pull/1/head
ansuz 2020-06-22 14:58:19 -04:00
parent 0a68f06cc8
commit 3086eb45c5
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ define([
}, 500);
progress(0, 0);*/
}).nThen(function () {
Realtime.whenRealtimeSyncs(store.realtime, Util.bake(cb));
Realtime.whenRealtimeSyncs(store.realtime, Util.mkAsync(Util.bake(cb)));
});
};
});