mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-13 09:57:01 +00:00
Use lisp-case for payout receipt and winner login
This commit is contained in:
parent
38dc33b359
commit
ae9faaef03
@ -87,10 +87,10 @@
|
||||
;; special prefix or namespace for derived properties that
|
||||
;; are added to domain records like this
|
||||
;; e.g. `derived/paid?`
|
||||
[id (assoc bounty :paid? (boolean (and (:payout_receipt bounty)
|
||||
[id (assoc bounty :paid? (boolean (and (:payout-receipt bounty)
|
||||
;; bounties with winner logins
|
||||
;; were not revoked
|
||||
(:winner_login bounty))))])
|
||||
(:winner-login bounty))))])
|
||||
(into {}))))
|
||||
|
||||
(reg-sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user