forked from phoenix/litellm-mirror
(fix) spend console log
This commit is contained in:
parent
7df2d7cb33
commit
76d68a4e46
1 changed files with 0 additions and 2 deletions
|
@ -231,8 +231,6 @@ export const getTotalSpendCall = async (
|
||||||
}
|
}
|
||||||
|
|
||||||
const data = await response.json();
|
const data = await response.json();
|
||||||
message.info("global spend", data);
|
|
||||||
console.log("global soend", data)
|
|
||||||
return data;
|
return data;
|
||||||
// Handle success - you might want to update some state or UI based on the created key
|
// Handle success - you might want to update some state or UI based on the created key
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue