mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-06 00:16:31 +08:00
update
This commit is contained in:
parent
d51d31a559
commit
6c1cbe120c
@ -91,7 +91,7 @@ export function fetch(url: string, options?: RequestInit): Promise<any> {
|
||||
headers,
|
||||
});
|
||||
if (status >= 300) {
|
||||
setTimeout(close, 50);
|
||||
setTimeout(close, 100);
|
||||
}
|
||||
return response;
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user