Skip to content

Commit

Permalink
fix: scheduled && deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Mar 29, 2021
1 parent 9a650ba commit 6eb91b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/main/frontend/db/model.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1008,8 +1008,9 @@
:in $ ?day
:where
(or
[?block :block/scheduled ?day]
[?block :block/deadline ?day])]
[?block :block/scheduled ?d]
[?block :block/deadline ?d])
[(<= ?d ?day)]]
date)
react
db-utils/seq-flatten
Expand Down
2 changes: 1 addition & 1 deletion src/main/frontend/version.cljs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(ns frontend.version)

(defonce version "0.0.15")
(defonce version "0.0.15-1")

0 comments on commit 6eb91b8

Please sign in to comment.