Skip to content

Commit

Permalink
log the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Sep 4, 2024
1 parent 168d2fa commit 547d7ae
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 @@ -65,7 +65,7 @@
:plainText false})]
(http/post uri {:headers (headers)
:body (js/JSON.stringify params)}))))
(.then #(js/console.log "PR link sent to task"))
(.then #(js/console.log "PR link sent to task" (js/JSON.stringify params)))
(.catch #(if (= % :present)
(js/console.log "PR link already in comments")
(js/Promise.reject %))))))))

0 comments on commit 547d7ae

Please sign in to comment.