(cloud) typo

This commit is contained in:
2023-04-03 19:55:35 -07:00
parent a211a36c91
commit 0cac6e63c5

View File

@@ -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))