Add extra params to outbox loaders, fix a message type, use net context's isEventValid in app repository sync
This commit is contained in:
@@ -69,7 +69,6 @@ export class Thunk {
|
||||
}
|
||||
|
||||
this.controller.signal.addEventListener("abort", () => {
|
||||
console.log("abort")
|
||||
for (const relay of options.relays) {
|
||||
this._setAborted(relay)
|
||||
}
|
||||
@@ -228,8 +227,6 @@ export class MergedThunk {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(this.status)
|
||||
|
||||
this._notify()
|
||||
|
||||
if (thunks.every(thunkIsComplete)) {
|
||||
|
||||
Reference in New Issue
Block a user