@pisell/pisellos 0.0.38 → 0.0.39
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.
|
@@ -234,7 +234,7 @@ export var formatResourceToCartItemOrigin = function formatResourceToCartItemOri
|
|
|
234
234
|
checkResourcesFormat(resource.children, childArr);
|
|
235
235
|
}
|
|
236
236
|
var obj = {
|
|
237
|
-
|
|
237
|
+
relation_type: "form",
|
|
238
238
|
like_status: "common",
|
|
239
239
|
id: resource.id,
|
|
240
240
|
main_field: resource.main_field,
|
|
@@ -221,7 +221,7 @@ var formatResourceToCartItemOrigin = (params) => {
|
|
|
221
221
|
checkResourcesFormat(resource.children, childArr);
|
|
222
222
|
}
|
|
223
223
|
const obj = {
|
|
224
|
-
|
|
224
|
+
relation_type: "form",
|
|
225
225
|
like_status: "common",
|
|
226
226
|
id: resource.id,
|
|
227
227
|
main_field: resource.main_field,
|