Commit d3160166 authored by sihuangwlp's avatar sihuangwlp
Browse files

Complete missing commas

parent bec04279
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
} }
} else { } else {
const res = await updateImageGenerationEngineUrls(localStorage.token, { const res = await updateImageGenerationEngineUrls(localStorage.token, {
AUTOMATIC1111_BASE_URL: AUTOMATIC1111_BASE_URL AUTOMATIC1111_BASE_URL: AUTOMATIC1111_BASE_URL,
AUTOMATIC1111_API_AUTH: AUTOMATIC1111_API_AUTH AUTOMATIC1111_API_AUTH: AUTOMATIC1111_API_AUTH
}).catch((error) => { }).catch((error) => {
toast.error(error); toast.error(error);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment