[F] Should be card id, not game user id
Build AquaMai / build (push) Has been cancelled Details

pull/88/head
Azalea 2024-11-21 12:41:24 -05:00
parent 27664164fa
commit cf0e3ce989
1 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ abstract class GameApiController<T : IUserData>(val name: String, userDataClass:
rankingCache = time to us.em.createNativeQuery(
"""
SELECT
u.id,
c.id,
u.user_name,
u.player_rating,
u.last_play_date,