chore: format

This commit is contained in:
Timothy J. Baek 2024-06-25 08:00:32 -07:00
parent 16a8eebd8d
commit c147147001
3 changed files with 5 additions and 4 deletions

View File

@ -17,7 +17,6 @@
},
{
"title": ["Show me a code snippet", "of a website's sticky header"],
],
"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript."
},
{

View File

@ -92,7 +92,9 @@
toast.success($i18n.t('Server connection verified'));
}
} else {
({ AUTOMATIC1111_BASE_URL,AUTOMATIC1111_API_AUTH } = await getImageGenerationEngineUrls(localStorage.token));
({ AUTOMATIC1111_BASE_URL, AUTOMATIC1111_API_AUTH } = await getImageGenerationEngineUrls(
localStorage.token
));
}
}
};