Skip to content

Commit

Permalink
fix: typo copy past duplicated property
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Mar 9, 2017
1 parent df53f6d commit 54a27b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function reset (status) {
/**
* The number of the cache misses
*/
status.cacheHits = 0;
status.cacheMisses = 0;
}

module.exports = exports = Status;

0 comments on commit 54a27b9

Please sign in to comment.