@shushed/helpers 0.0.249-fh-20260130152611 → 0.0.249-fh-20260130165150
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.
|
@@ -321,7 +321,6 @@ class FredHelperBase {
|
|
|
321
321
|
];
|
|
322
322
|
input.forEach(variants => {
|
|
323
323
|
for (const variant of variants) {
|
|
324
|
-
lines.push(this.createCSVLine(variant.id, 'en_GB', 'operation_type', '', 'update'));
|
|
325
324
|
const { id, ...rest } = variant;
|
|
326
325
|
Object.entries(rest).forEach(([key, value]) => {
|
|
327
326
|
const valueId = this.attributes.find(a => a.attribute_id === key)?.type === 'list'
|