Skip to content

Commit 09cdf8f

Browse files
committed
chore(cli): cs
1 parent d44703e commit 09cdf8f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

components/cli/src/domain/use-cases/create-content-model-mass-operation.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -405,15 +405,15 @@ const handler = async (envelope: Envelope<Query>, deps: Deps) => {
405405
})) || [],
406406
...(shape.type === 'product'
407407
? {
408-
variantComponents:
409-
shape.variantComponents?.map((component) => ({
410-
id: component.id,
411-
type: component.type,
412-
name: component.name,
413-
description: component.description,
414-
config: mapConfig(component),
415-
})) || [],
416-
}
408+
variantComponents:
409+
shape.variantComponents?.map((component) => ({
410+
id: component.id,
411+
type: component.type,
412+
name: component.name,
413+
description: component.description,
414+
config: mapConfig(component),
415+
})) || [],
416+
}
417417
: {}),
418418
});
419419
}

0 commit comments

Comments
 (0)