enforce asynchronous callbacks in user object migration

This commit is contained in:
ansuz 2020-06-22 14:58:19 -04:00
parent 0a68f06cc8
commit 3086eb45c5

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)));
});
};
});