Well I guess I fucked up a bit o'er there
This commit is contained in:
parent
62969581bf
commit
0b7ca1a370
|
@ -40,7 +40,7 @@ func UserByIDGET(md common.MethodData) (r common.Response) {
|
||||||
|
|
||||||
query := `
|
query := `
|
||||||
SELECT users.id, users.username, register_datetime, rank,
|
SELECT users.id, users.username, register_datetime, rank,
|
||||||
latest_activity, users_stats.username_aka, users_stats.badges_shown,
|
latest_activity, users_stats.username_aka,
|
||||||
users_stats.country, users_stats.show_country
|
users_stats.country, users_stats.show_country
|
||||||
FROM users
|
FROM users
|
||||||
LEFT JOIN users_stats
|
LEFT JOIN users_stats
|
||||||
|
|
Loading…
Reference in New Issue
Block a user