Skip to content
Snippets Groups Projects
Commit 5dc699ae authored by Felix Riehm's avatar Felix Riehm
Browse files

fix services errors were not reset

parent 663b94ec
Branches
Tags
No related merge requests found
...@@ -47,6 +47,9 @@ export class Carousel { ...@@ -47,6 +47,9 @@ export class Carousel {
if(!dbInfo.IsConnectionEstablished && !dbInfo.IsConnecting){ if(!dbInfo.IsConnectionEstablished && !dbInfo.IsConnecting){
this.serviceError.delete(dbInfo.service) this.serviceError.delete(dbInfo.service)
this.serviceError.set(dbInfo.service, true) this.serviceError.set(dbInfo.service, true)
} else {
this.serviceError.delete(dbInfo.service)
this.serviceError.set(dbInfo.service, false)
} }
let serviceErrors = 0 let serviceErrors = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment