@vargai/gateway 0.3.0 → 0.3.1
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 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14529,7 +14529,7 @@ class VargImageModel {
|
|
|
14529
14529
|
modelId: this.modelId,
|
|
14530
14530
|
headers: undefined
|
|
14531
14531
|
},
|
|
14532
|
-
providerMetadata: result.pricing ? { varg: { pricing: result.pricing, jobId: result.jobId } } : undefined
|
|
14532
|
+
providerMetadata: result.pricing ? { varg: { images: [], pricing: result.pricing, jobId: result.jobId } } : undefined
|
|
14533
14533
|
};
|
|
14534
14534
|
}
|
|
14535
14535
|
}
|