Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Sep 4, 2024
1 parent 142b9a3 commit 0aa7108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wrike_ist/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
(case link-type
:wrike (wrike/link-pr details)
:azure (azure/link-pr details)
:unknown (js/console.log (str "Unknown link type: " (first links)))
:unknown (js/console.log (str "Unknown link type: " permalink))
(js/Promise.resolve))

:open
(case link-type
:wrike (wrike/link-pr details)
:azure (azure/link-pr details)
:unknown (js/console.log (str "Unknown link type: " (first links)))
:unknown (js/console.log (str "Unknown link type: " permalink))
(js/Promise.resolve))

;; else ignore
Expand Down

0 comments on commit 0aa7108

Please sign in to comment.