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 0aa7108 commit a54c4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrike_ist/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
(if-let [pr (.-pull_request payload)]
(loop [links (extract-details pr)]
(when-let [{:keys [state pr-url permalink] :as details} (first links)]
(let [link-type (find-link-type (first permalink))]
(let [link-type (find-link-type permalink)]
(-> (case state
:draft
(case link-type
Expand Down

0 comments on commit a54c4fb

Please sign in to comment.