mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-04 21:53:24 +00:00
Show username in top-hunters in case display name not set
This commit is contained in:
parent
eb820525bc
commit
785d5fb8e5
@ -522,7 +522,7 @@ AND comment_hash = :hash;
|
||||
SELECT
|
||||
u.id AS user_id,
|
||||
u.login AS login,
|
||||
u.name AS user_name,
|
||||
coalesce(u.name, u.login) AS user_name,
|
||||
u.avatar_url AS avatar_url,
|
||||
SUM(i.value_usd) AS total_usd
|
||||
FROM issues i, users u, pull_requests pr
|
||||
|
Loading…
x
Reference in New Issue
Block a user