fix: deployment error
This commit is contained in:
parent
bbf9e816a0
commit
6a341da9b3
|
|
@ -407,7 +407,6 @@ SELECT sb.*,
|
||||||
st.verified AS transaction_verified,
|
st.verified AS transaction_verified,
|
||||||
bets.status,
|
bets.status,
|
||||||
bets.total_odds,
|
bets.total_odds,
|
||||||
bets.expires,
|
|
||||||
JSON_AGG(bet_outcomes.*) AS outcomes
|
JSON_AGG(bet_outcomes.*) AS outcomes
|
||||||
FROM shop_bets AS sb
|
FROM shop_bets AS sb
|
||||||
JOIN shop_transactions st ON st.id = sb.shop_transaction_id
|
JOIN shop_transactions st ON st.id = sb.shop_transaction_id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user