Skip to content

Commit

Permalink
Fixed emptyids typo on metrics.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Sep 8, 2017
1 parent 8d50b55 commit 7d1ae83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/metrics/index.coffee
Expand Up @@ -142,7 +142,7 @@ class Metrics

# Delete empty metrics if enabled on settings.
if settings.metrics.cleanupEmpty and emptyIds.length > 0
for key in emptyids
for key in emptyIds
delete metrics[key]

if counter > 0 and keyCounter > 0
Expand Down
2 changes: 1 addition & 1 deletion plugins/metrics/package.json
@@ -1,6 +1,6 @@
{
"name": "expresser-metrics",
"version": "3.1.0",
"version": "3.1.1",
"description": "Metrics for Expresser apps.",
"homepage": "http://github.com/igoramadas/expresser",
"author": "Igor Ramadas <igor@devv.com>",
Expand Down

0 comments on commit 7d1ae83

Please sign in to comment.