aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-05-08 02:24:47 +0200
committerTeddy Wing2022-05-08 02:24:47 +0200
commit3da3017e57d9f9c52d246dc9eaf9298e208114ac (patch)
tree2ead8ab3a3f7045b35f967fc8eca4e8e86c46b50
parent4da960d49c4234d42a6ca12512b1e73678834e1f (diff)
downloadwajir-3da3017e57d9f9c52d246dc9eaf9298e208114ac.tar.bz2
run: Comment issue watching loop
-rw-r--r--src/main.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.lisp b/src/main.lisp
index 8045e63..a3196fc 100644
--- a/src/main.lisp
+++ b/src/main.lisp
@@ -40,6 +40,7 @@
max-results
total)
+ ;; Watch each issue.
(loop for issue
across (gethash "issues" response)
do (watch-issue issue))