Skip to content

Commit

Permalink
Update TimeEntry.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz authored Apr 4, 2017
1 parent 9488a24 commit 726284d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/TimeEntry.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ object TimeEntryDAO extends BasicReactiveDAO[TimeEntry] {
Json.obj(
"dateTime" -> Json.obj(
"$gte" -> interval.getStart.getMillis,
"$lte" -> interval.getEnd.getMillis
"$lt" -> interval.getEnd.getMillis
)
)
}
Expand Down

0 comments on commit 726284d

Please sign in to comment.