From ca513c5300a09cda24705897649e0df353361b89 Mon Sep 17 00:00:00 2001 From: Manuel Tauber Date: Thu, 8 Feb 2024 15:17:25 +0100 Subject: [PATCH] another error --- frontend/src/app/data.service.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/data.service.ts b/frontend/src/app/data.service.ts index 7a69ba0..1e77223 100644 --- a/frontend/src/app/data.service.ts +++ b/frontend/src/app/data.service.ts @@ -235,8 +235,10 @@ export class DataService { } } - - }) + }, (error=>{ + this.errorService.handleInitError(error); + } + )) })