mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-17 03:47:58 +00:00
Fix query typo
This commit is contained in:
parent
ca5a8e502f
commit
5f3c4a7a3c
@ -424,7 +424,7 @@ SELECT
|
||||
i.payout_hash AS payout_hash,
|
||||
i.payout_receipt AS payout_receipt,
|
||||
i.updated AS updated,
|
||||
i.winner_login AS winner_login
|
||||
i.winner_login AS winner_login,
|
||||
r.repo AS repo_name,
|
||||
o.address AS owner_address
|
||||
FROM issues i, users o, repositories r
|
||||
|
Loading…
x
Reference in New Issue
Block a user