mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-17 11:56:30 +00:00
sigh typo
This commit is contained in:
parent
ee096a6ceb
commit
ef1a6dff28
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user