Skip to content

Commit

Permalink
fix(velocity): login counter metric
Browse files Browse the repository at this point in the history
Fixes #87
  • Loading branch information
Cubxity committed Apr 23, 2023
1 parent c41de46 commit 1907a3a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ class EventsCollection(private val bootstrap: UnifiedMetricsVelocityBootstrap) :

@Subscribe
fun onLogin(event: PreLoginEvent) {
joinCounter.inc()
loginCounter.inc()
}

@Subscribe
Expand Down

0 comments on commit 1907a3a

Please sign in to comment.