Merge branch 'staging'

This commit is contained in:
joe
2023-08-04 09:32:02 +09:00

View File

@ -399,7 +399,7 @@ async function unloadLiveChar() {
try {
const url = new URL(getApiUrl());
url.pathname = '/api/live2d/unload';
const loadResponse = await doExtrasFetch(url);
if (!loadResponse.ok) {