mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-21 22:29:39 +02:00
undefine timeout
This commit is contained in:
parent
bf9a96df65
commit
0b14007b25
2 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,6 @@ export class AdminDebugAPI extends BaseAPI {
|
|||
formData.append("extension", fileName.split(".").pop() ?? "");
|
||||
}
|
||||
|
||||
return await this.requests.post<DebugResponse>(routes.openai, formData);
|
||||
return await this.requests.post<DebugResponse>(routes.openai, formData, { timeout: undefined });
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue