This commit is contained in:
crusader 2018-09-19 19:23:18 +09:00
parent 97230c7689
commit 6845e1653e

View File

@ -140,7 +140,6 @@ export class HomePageComponent implements OnInit, OnDestroy {
alert('An error has occurred.'); alert('An error has occurred.');
return of(); return of();
}), }),
take(1)
) )
.subscribe(); .subscribe();
} }