(cloud) typo
This commit is contained in:
@@ -657,13 +657,13 @@
|
||||
'[(.toInstant ^java.util.Date ?date) ?d2]
|
||||
'[(.between java.time.temporal.ChronoUnit/DAYS (java.time.Instant/now) ?d2 ) ?d3]
|
||||
'(or-join [?d3 ?name]
|
||||
(and [(<= ?c 0)]
|
||||
(and [(<= ?d3 0)]
|
||||
[(ground :due) ?name])
|
||||
(and [(<= ?c 30)]
|
||||
(and [(<= ?d3 30)]
|
||||
[(ground :due-30) ?name])
|
||||
(and [(<= ?c 60)]
|
||||
(and [(<= ?d3 60)]
|
||||
[(ground :due-30) ?name])
|
||||
(and [(> ?c 60)]
|
||||
(and [(> ?d3 60)]
|
||||
[(ground :due-later) ?name]))]}})
|
||||
|
||||
true (dc/q))
|
||||
|
||||
Reference in New Issue
Block a user