Skip to content

Commit

Permalink
fix(core): fix namespace collector stats
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Feb 20, 2022
1 parent 6b23cc1 commit d8763de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static FlowUsage of(FlowRepositoryInterface flowRepository) {
.namespacesCount(allFlows
.stream()
.map(Flow::getNamespace)
.distinct()
.count()
)
.taskTypeCount(allFlows
Expand Down

0 comments on commit d8763de

Please sign in to comment.