Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Nov 15, 2023
1 parent 7b2486e commit ae58c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wrike_ist/wrike.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
(reduce
(fn [ok comment]
(if (.includes (get comment "text") pr-url)
(reduced (js/Promise.resolve :present))
(reduced (js/Promise.resolve true))
ok))
(js/Promise.resolve)
(get (parse-body response) "data"))))
Expand All @@ -142,7 +142,7 @@
(.then
(fn [_]
(js/Promise.all [check-valid-task-promise])))
(.catch #(js/Promise.resolve %)))))
(.catch #(js/Promise.reject %)))))

(defn folder-statuses
[folder-id]
Expand Down

0 comments on commit ae58c85

Please sign in to comment.