fix test script

This commit is contained in:
peter
2020-02-09 03:07:37 +01:00
parent 39092f4408
commit 5d693b95dc
2 changed files with 1 additions and 3 deletions
@@ -32,8 +32,6 @@ export class FrontcraftRaidsComponent implements OnInit, OnDestroy{
}
ngOnDestroy = () => {
console.log("boom");
if(this.uuid)
this.api.get('PubSub').unsubscribe(this.uuid)
}