Skip to content

Commit 3b12ac4

Browse files
committed
remove duplicate return
1 parent c077e98 commit 3b12ac4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/compass-collection/src/modules/collection-tab.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -722,11 +722,6 @@ const validateFakerSchema = async (
722722
fakerArgs,
723723
}
724724
);
725-
return {
726-
...field,
727-
fakerMethod: UNRECOGNIZED_FAKER_METHOD,
728-
fakerArgs: [],
729-
};
730725
}
731726
}
732727
logger.log.debug(

0 commit comments

Comments
 (0)