mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 02:25:34 +00:00
fix don't let tag spend logs raise an error on usage tab
This commit is contained in:
@@ -675,7 +675,6 @@ export const tagsSpendLogsCall = async (
|
||||
});
|
||||
if (!response.ok) {
|
||||
const errorData = await response.text();
|
||||
message.error(errorData, 10);
|
||||
throw new Error("Network response was not ok");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user