fix: third api
This commit is contained in:
@@ -596,7 +596,7 @@ const saveAndUse = async () => {
|
||||
return;
|
||||
}
|
||||
|
||||
const tempPath = saveByCanvas(true);
|
||||
const tempPath = await saveByCanvas(true);
|
||||
const id = createAvatarId();
|
||||
saveRecordRequest(tempPath, id, "avatar_download");
|
||||
completeCardInfo(id);
|
||||
|
||||
Reference in New Issue
Block a user