enforce asynchronous callbacks in user object migration

pull/1/head
ansuz 5 years ago
parent 0a68f06cc8
commit 3086eb45c5

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

Loading…
Cancel
Save