Skip to content

Commit

Permalink
fix find task function
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Sep 4, 2024
1 parent 5490ed2 commit 8c22c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrike_ist/azure.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
[{:keys [pr-url permalink] :as details}]
(.then
(find-task permalink)
(fn [{:strs [id]}]
(fn [id]
(js/console.log (str "link-pr: Found task ID:" id))
(js/console.log (str "headers:" headers))
(let [uri (str "https://dev.azure.com/" organization "/" project "/_apis/wit/workitems/" id "/comments?api-version=6.0")]
Expand Down

0 comments on commit 8c22c9b

Please sign in to comment.