summaryrefslogtreecommitdiffstats
path: root/oom-app-overlay/src/main/webapp/app/oom/consul/node-health-service.js
diff options
context:
space:
mode:
Diffstat (limited to 'oom-app-overlay/src/main/webapp/app/oom/consul/node-health-service.js')
-rw-r--r--oom-app-overlay/src/main/webapp/app/oom/consul/node-health-service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/oom-app-overlay/src/main/webapp/app/oom/consul/node-health-service.js b/oom-app-overlay/src/main/webapp/app/oom/consul/node-health-service.js
index 3f3c8f6..18fc30b 100644
--- a/oom-app-overlay/src/main/webapp/app/oom/consul/node-health-service.js
+++ b/oom-app-overlay/src/main/webapp/app/oom/consul/node-health-service.js
@@ -72,7 +72,7 @@ appDS2.factory('NodeHealthService', function ($http, $q, $log) {
$log.error('serviceHealthService.getNodeServicesHealth failed: ' + JSON.stringify(error));
return $q.reject(error.statusText);
});
- },
+ }
};
});