Skip to content

Commit

Permalink
oups...
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgirard committed Sep 8, 2017
1 parent 92ffa72 commit 5bc9dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/editLog.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function getEditLog(req, res){
const ed = new Date(sd.getTime())
ed.setHours(23)
ed.setMinutes(59)
mongoQuery['date']['$lte'] = sd
mongoQuery['date']['$lte'] = ed
}
}

Expand Down

0 comments on commit 5bc9dbd

Please sign in to comment.