Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge 23a7fa6 into d9aa5aa
Browse files Browse the repository at this point in the history
  • Loading branch information
pgerbes1 committed Apr 26, 2017
2 parents d9aa5aa + 23a7fa6 commit 7ce2924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/queries/generate-debits.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const calculateUserAmountOwedForBandwidth = function(billingPeriodStart, billing
.aggregate([
{
$match: {
timestamp: {$gte: billingPeriodStartIsoDate, $lte: billingPeriodEndIsoDate}
timestamp: {$gte: billingPeriodStartIsoDate, $lt: billingPeriodEndIsoDate}
}
},
{
Expand Down

0 comments on commit 7ce2924

Please sign in to comment.