Skip to content

Commit

Permalink
show task object
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Nov 15, 2023
1 parent c932cf3 commit d443bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wrike_ist/wrike.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
(-> (http/get uri {:headers (headers)})
(.then parse-body)
(.then (fn [task]
(.info js/console (str "is-wrike-task-in-folder?: task response: " id " task: " task))
(let [parent-ids (concat (:parentIds task) (:superParentIds task))
folder-names folder-names
matching-folders (filter #(contains? folder-names (get % "title"))
Expand Down

0 comments on commit d443bcd

Please sign in to comment.