fix issue introduced after rebase

This commit is contained in:
Martin Klepsch 2018-04-17 14:44:51 +02:00 committed by Tetiana Churikova
parent d97a22d9c1
commit 9b431fd862
1 changed files with 3 additions and 1 deletions

View File

@ -61,6 +61,8 @@
github-repos))))
(def bounty-renames
;; TODO this needs to go away ASAP we need to be super consistent
;; about keys unless we will just step on each others toes constantly
{:user_name :display-name
:user_avatar_url :avatar-url
:issue_title :issue-title
@ -92,7 +94,7 @@
(let [owner-bounties (bounties-db/owner-bounties (:id user))]
(->> owner-bounties
(map enrich-owner-bounties)
(map (juxt :issue_id identity))
(map (juxt :issue-id identity))
(into {}))))
(defn top-hunters []