@howone/sdk 0.3.12 → 0.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2567,9 +2567,7 @@ function createAIClient(req, projectId) {
|
|
|
2567
2567
|
signal
|
|
2568
2568
|
});
|
|
2569
2569
|
return {
|
|
2570
|
-
imageUrl: response.imageUrl
|
|
2571
|
-
taskId: response.taskId || response.id,
|
|
2572
|
-
metadata: response.metadata
|
|
2570
|
+
imageUrl: response.data.result.imageUrl
|
|
2573
2571
|
};
|
|
2574
2572
|
}
|
|
2575
2573
|
};
|