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 a30cd3a commit cb51e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.reject :present))
(reduced (js/Promise.resolve :present))
ok))
(js/Promise.resolve)
(get (parse-body response) "data"))))
Expand Down

0 comments on commit cb51e5c

Please sign in to comment.