We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fa34e commit 63993aaCopy full SHA for 63993aa
plugins/server-stats/api/api.js
@@ -46,7 +46,7 @@ var plugins = require('../../pluginManager.js'),
46
47
for (var i = 0; i < events.length; i++) {
48
if (events[i].key) {
49
- eventCount += (events[i].count) ? events[i].count : 1;
+ eventCount += 1;
50
}
51
52
0 commit comments