Skip to content

Commit

Permalink
pass folder-ids correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Nov 14, 2023
1 parent 218c4b6 commit ff0ff3a
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 @@ -100,7 +100,7 @@
(.log js/console (str "Folder Name: " (first pair) ", Folder ID: " (second pair)))))

(defn check-valid-task
[{:keys [permalink target-branch folder-names]}]
[{:keys [permalink target-branch]}]
(js/Promise.
(fn [resolve reject]
(.info js/console "check-valid-task: Start of the function")
Expand Down

0 comments on commit ff0ff3a

Please sign in to comment.