Skip to content

Commit

Permalink
[api] correctly record custom metric uniques
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Jan 2, 2017
1 parent 0b85002 commit 61cb1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/utils/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ var common = {},
}

if (lastTimestamp < (params.time.timestamp - secInYear)) {
updateUsersZero['d.' + '.' + metric] = 1;
updateUsersZero['d.' + metric] = 1;
}
}
else{
Expand Down

0 comments on commit 61cb1bf

Please sign in to comment.