diff options
author | Teddy Wing | 2022-05-08 02:24:47 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-08 02:24:47 +0200 |
commit | 3da3017e57d9f9c52d246dc9eaf9298e208114ac (patch) | |
tree | 2ead8ab3a3f7045b35f967fc8eca4e8e86c46b50 | |
parent | 4da960d49c4234d42a6ca12512b1e73678834e1f (diff) | |
download | wajir-3da3017e57d9f9c52d246dc9eaf9298e208114ac.tar.bz2 |
run: Comment issue watching loop
-rw-r--r-- | src/main.lisp | 1 |
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)) |