mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-20 02:46:04 +08:00
update
This commit is contained in:
@@ -91,7 +91,7 @@ export function fetch(url: string, options?: RequestInit): Promise<any> {
|
|||||||
headers,
|
headers,
|
||||||
});
|
});
|
||||||
if (status >= 300) {
|
if (status >= 300) {
|
||||||
setTimeout(close, 50);
|
setTimeout(close, 100);
|
||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user