mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-20 13:18:22 +00:00
fix issue introduced after rebase
This commit is contained in:
parent
d97a22d9c1
commit
9b431fd862
@ -61,6 +61,8 @@
|
|||||||
github-repos))))
|
github-repos))))
|
||||||
|
|
||||||
(def bounty-renames
|
(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_name :display-name
|
||||||
:user_avatar_url :avatar-url
|
:user_avatar_url :avatar-url
|
||||||
:issue_title :issue-title
|
:issue_title :issue-title
|
||||||
@ -92,7 +94,7 @@
|
|||||||
(let [owner-bounties (bounties-db/owner-bounties (:id user))]
|
(let [owner-bounties (bounties-db/owner-bounties (:id user))]
|
||||||
(->> owner-bounties
|
(->> owner-bounties
|
||||||
(map enrich-owner-bounties)
|
(map enrich-owner-bounties)
|
||||||
(map (juxt :issue_id identity))
|
(map (juxt :issue-id identity))
|
||||||
(into {}))))
|
(into {}))))
|
||||||
|
|
||||||
(defn top-hunters []
|
(defn top-hunters []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user