diff --git a/src/app/core/services/http/http.service.ts b/src/app/core/services/http/http.service.ts index 765befb4..5dceb788 100644 --- a/src/app/core/services/http/http.service.ts +++ b/src/app/core/services/http/http.service.ts @@ -213,7 +213,7 @@ export class HttpService { break default: - // this.toastService.showToast(msg ? msg : 'SOMETHING_WENT_WRONG', 'danger') + this.toastService.showToast(msg ? msg : 'SOMETHING_WENT_WRONG', 'danger') } throw Error(result); }