another error

main
Manuel Tauber 2024-02-08 15:17:25 +01:00
parent 964795019d
commit ca513c5300
1 changed files with 4 additions and 2 deletions

View File

@ -235,8 +235,10 @@ export class DataService {
} }
} }
}, (error=>{
}) this.errorService.handleInitError(error);
}
))
}) })