removed extra subscription

This commit is contained in:
Addison Beck 2021-02-16 16:33:32 -05:00 committed by GitHub
parent 68044f7170
commit 4a8cf62495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -55,11 +55,6 @@ export class SendComponent extends BaseSendComponent implements OnInit, OnDestro
this.broadcasterService.subscribe(BroadcasterSubscriptionId, (message: any) => {
this.ngZone.run(async () => {
switch (message.command) {
case 'syncCompleted':
if (message.successfully) {
await this.load();
}
break;
case 'syncCompleted':
await this.load();
break;