mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix order by spend
This commit is contained in:
parent
b669e2987b
commit
d9091dcf97
1 changed files with 1 additions and 0 deletions
|
@ -1065,6 +1065,7 @@ class PrismaClient:
|
|||
LEFT JOIN "LiteLLM_VerificationToken" v ON u.user_id = v.user_id
|
||||
GROUP BY
|
||||
u.user_id
|
||||
ORDER BY u.spend DESC
|
||||
LIMIT $1
|
||||
OFFSET $2
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue