Skip to content

Commit

Permalink
print links
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Sep 4, 2024
1 parent 6046085 commit 331b3a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wrike_ist/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
;; Combine results
(let [all-matches (concat (or wrike-matches []) (or azure-matches []))]
(if (seq all-matches)
(js/console.log "Matching links found:" all-matches)
all-matches
(js/console.log "No matching links found"))))))

Expand Down

0 comments on commit 331b3a5

Please sign in to comment.