mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix don't let tag spend logs raise an error on usage tab
This commit is contained in:
parent
7b2e210c7b
commit
0fbe12ef3d
1 changed files with 0 additions and 1 deletions
|
@ -675,7 +675,6 @@ export const tagsSpendLogsCall = async (
|
||||||
});
|
});
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
const errorData = await response.text();
|
const errorData = await response.text();
|
||||||
message.error(errorData, 10);
|
|
||||||
throw new Error("Network response was not ok");
|
throw new Error("Network response was not ok");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue