Skip to content

Commit

Permalink
Missing function call
Browse files Browse the repository at this point in the history
WTF?
  • Loading branch information
Nathan219 committed Jul 5, 2017
1 parent 3eeb2ac commit 7ed3e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/services/cluster-config-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ module.exports = class ClusterConfigService {
}
})
log.info('called')
return ClusterConfigService.findAllRelatedClusters
return ClusterConfigService.findAllRelatedClusters()
.each((cluster) => rabbitMQ.deleteCluster(cluster))
}

Expand Down

0 comments on commit 7ed3e58

Please sign in to comment.