mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix - don't raise error when logout url does not load
This commit is contained in:
parent
c510f6bb18
commit
18b28a1631
1 changed files with 0 additions and 1 deletions
|
@ -2405,7 +2405,6 @@ export const getProxyBaseUrlAndLogoutUrl = 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