Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 7812ae5

Browse files
committed
chore: correct comment indentation for clarity in handleComponentGroups function
1 parent 7c570e6 commit 7812ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/components/push/operations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export async function handleComponentGroups(
264264
: spaceData;
265265

266266
// First, process groups without parents
267-
// This conditional handles a strange scenario where group (folders) ids are equal to their parents
267+
// This conditional handles a strange scenario where group (folders) ids are equal to their parents
268268
const rootGroups = groupsToProcess.filter(group => (!group.parent_uuid || group.parent_uuid === group.uuid) && !group.parent_id);
269269
for (const group of rootGroups) {
270270
const spinner = new Spinner({

0 commit comments

Comments
 (0)