Skip to content

Commit

Permalink
chore: fix increment
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Dec 3, 2024
1 parent dff2421 commit 50370dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/domain/events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ function add(
])
);

// One increment owners and one orders
metrics.activeOwnersTotal.labels(network).inc(2);
}
}
Expand Down

0 comments on commit 50370dc

Please sign in to comment.