incyclist-services 1.7.44 → 1.7.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -464,6 +464,7 @@ let ActivityRideService = (() => {
|
|
|
464
464
|
this.saveObserver.emit(event, ...args);
|
|
465
465
|
};
|
|
466
466
|
const run = async () => {
|
|
467
|
+
await (0, sleep_1.sleep)(5);
|
|
467
468
|
let cntCompleted = 0;
|
|
468
469
|
let success = false;
|
|
469
470
|
const localEmitter = new node_events_1.EventEmitter();
|