diff --git a/app/scripts/services/Bolt.coffee b/app/scripts/services/Bolt.coffee index d7f40b71bb9..c9730ba657b 100644 --- a/app/scripts/services/Bolt.coffee +++ b/app/scripts/services/Bolt.coffee @@ -397,8 +397,8 @@ angular.module('neo4jApp.services') } boltStatsToRESTStats = (summary) -> + return {} unless summary and summary.counters counters = summary.counters - return {} unless summary and counters stats = counters._stats newStats = {} Object.keys(stats).forEach((key) ->