From ef1a6dff28c5f1713c7e8cc46e53a76eb5687166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Thor=C3=A9n?= Date: Tue, 31 Oct 2017 12:14:38 -0500 Subject: [PATCH] sigh typo --- src/clj/commiteth/bounties.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/commiteth/bounties.clj b/src/clj/commiteth/bounties.clj index 98a4347..98c5da0 100644 --- a/src/clj/commiteth/bounties.clj +++ b/src/clj/commiteth/bounties.clj @@ -21,7 +21,7 @@ (defn maybe-add-bounty-for-issue [repo repo-id issue] (let [res (issues/get-issues-count repo-id) {issues-count :count} res - max-limit + max-limit 2 limit-reacted? (> issues-count max-limit) _ log/debug ("*** get-issues-count" repo-id res count limit-reached?)] (if limit-reached?