Skip to content

Commit

Permalink
change api version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Sep 4, 2024
1 parent 5952588 commit 9a15066
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 @@ -47,7 +47,7 @@
(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")]
(let [uri (str "https://dev.azure.com/" organization "/" project "/_apis/wit/workitems/" id "/comments?api-version=7.0-preview.3")]
(js/console.log (str "uri:" uri))
(-> (http/get uri {:headers (headers)})
(.then (fn find-existing-link [response]
Expand Down

0 comments on commit 9a15066

Please sign in to comment.