mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 16:53:04 +08:00
hotfix
This commit is contained in:
@@ -67,8 +67,8 @@ export const useSdStore = createPersistStore<
|
||||
this.getNextId();
|
||||
return;
|
||||
}
|
||||
const self = this;
|
||||
if (resData.finish_reason === "SUCCESS") {
|
||||
const self = this;
|
||||
uploadImage(base64Image2Blob(resData.image, "image/png"))
|
||||
.then((img_data) => {
|
||||
console.debug("uploadImage success", img_data, self);
|
||||
|
Reference in New Issue
Block a user