1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: set correct projects count in metrics

This commit is contained in:
Ivar Conradi Østhus 2021-08-31 23:29:23 +02:00
parent 2806bbbf72
commit e8486612b6
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -104,7 +104,7 @@ export default class MetricsMonitor {
}
if (projectsCount) {
projectsTotal.reset();
projectsTotal.set(usersCount);
projectsTotal.set(projectsCount);
}
}