mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
Complete missing commas
This commit is contained in:
parent
bec04279aa
commit
d3160166e9
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
}
|
||||
} else {
|
||||
const res = await updateImageGenerationEngineUrls(localStorage.token, {
|
||||
AUTOMATIC1111_BASE_URL: AUTOMATIC1111_BASE_URL
|
||||
AUTOMATIC1111_BASE_URL: AUTOMATIC1111_BASE_URL,
|
||||
AUTOMATIC1111_API_AUTH: AUTOMATIC1111_API_AUTH
|
||||
}).catch((error) => {
|
||||
toast.error(error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue