@wix/vibe-bookings-plugin 0.31.0 → 0.32.0
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -13644,7 +13644,7 @@ var ContentInjectionService = class {
|
|
|
13644
13644
|
const imageResponse = await this.generateServiceImage(service);
|
|
13645
13645
|
return {
|
|
13646
13646
|
...service,
|
|
13647
|
-
imageUrl: imageResponse.imageUrl
|
|
13647
|
+
imageUrl: imageResponse.imageId ?? imageResponse.imageUrl
|
|
13648
13648
|
};
|
|
13649
13649
|
} catch (error) {
|
|
13650
13650
|
this.logger.warn("Failed to generate image for service", {
|