Skip to content

Commit

Permalink
print promise of link-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Nov 15, 2023
1 parent 1346c74 commit e1981b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/wrike_ist/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
(.then
(fn [result]
(.log js/console (str "Result of link-pr: " result)))
(.catch #(core/setFailed (.-message %)))))
(recur (rest links)))))
(js/console.log "No pull_request in payload"))))
(.catch #(core/setFailed (.-message %))))))
(recur (rest links))))
(js/console.log "No pull_request in payload"))))

0 comments on commit e1981b2

Please sign in to comment.