From 547d7ae020940450c0f269140b67dc5fb74ffa84 Mon Sep 17 00:00:00 2001 From: Ayush Gaud Date: Wed, 4 Sep 2024 16:15:21 +0900 Subject: [PATCH] log the comment --- src/wrike_ist/azure.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrike_ist/azure.cljs b/src/wrike_ist/azure.cljs index a003639..0f9b642 100644 --- a/src/wrike_ist/azure.cljs +++ b/src/wrike_ist/azure.cljs @@ -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 %))))))))