mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-10 21:00:17 +02:00
small fix for batch loaders
This commit is contained in:
parent
7894e85bf5
commit
fc1fa763b5
@ -109,6 +109,7 @@ export default class BatchEventLoader {
|
||||
}
|
||||
|
||||
destroy() {
|
||||
this.subscription.destroy()
|
||||
this.process.remove();
|
||||
processManager.unregisterProcess(this.process);
|
||||
}
|
||||
|
@ -142,6 +142,7 @@ export default class BatchKindLoader {
|
||||
}
|
||||
|
||||
destroy() {
|
||||
this.subscription.destroy();
|
||||
this.process.remove();
|
||||
processManager.unregisterProcess(this.process);
|
||||
}
|
||||
|
@ -140,6 +140,7 @@ export default class BatchRelationLoader {
|
||||
}
|
||||
|
||||
destroy() {
|
||||
this.subscription.destroy();
|
||||
this.process.remove();
|
||||
processManager.unregisterProcess(this.process);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user