(feat) use daily spend metric
This commit is contained in:
parent
e996309617
commit
a49605a25e
@ -4102,7 +4102,8 @@ async def global_spend_logs(
|
||||
SELECT * FROM "MonthlyGlobalSpendPerKey"
|
||||
WHERE "api_key" = '"""
|
||||
+ api_key
|
||||
+ """';
|
||||
+ """'
|
||||
ORDER BY "date";
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user