mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
server: services: properly extends destroy function by calling super
This commit is contained in:
@@ -103,6 +103,8 @@ class HistoryService extends BaseService<HistoryServiceEvents> {
|
||||
if (this.pollTimeout != null) {
|
||||
clearTimeout(this.pollTimeout);
|
||||
}
|
||||
|
||||
super.destroy();
|
||||
}
|
||||
|
||||
fetchCurrentTransferSummary = () => {
|
||||
|
||||
Reference in New Issue
Block a user