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:
@@ -46,6 +46,8 @@ class TaxonomyService extends BaseService<TaxonomyServiceEvents> {
|
||||
clientGatewayService.removeListener('PROCESS_TORRENT_LIST_START', this.handleProcessTorrentListStart);
|
||||
clientGatewayService.removeListener('PROCESS_TORRENT_LIST_END', this.handleProcessTorrentListEnd);
|
||||
clientGatewayService.removeListener('PROCESS_TORRENT', this.handleProcessTorrent);
|
||||
|
||||
super.destroy();
|
||||
}
|
||||
|
||||
getTaxonomy() {
|
||||
|
||||
Reference in New Issue
Block a user