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 cb51e5c commit 7b2486e
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 @@ -142,7 +142,7 @@
(.then
(fn [_]
(js/Promise.all [check-valid-task-promise])))
(.catch #(js/Promise.reject %)))))
(.catch #(js/Promise.resolve %)))))

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

0 comments on commit 7b2486e

Please sign in to comment.