Skip to content

Commit 24b1b1b

Browse files
committed
remove duplicate return
1 parent 64ac4b0 commit 24b1b1b

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
@@ -732,11 +732,6 @@ const validateFakerSchema = async (
732732
fakerArgs,
733733
}
734734
);
735-
return {
736-
...field,
737-
fakerMethod: UNRECOGNIZED_FAKER_METHOD,
738-
fakerArgs: [],
739-
};
740735
}
741736
}
742737
logger.log.debug(

0 commit comments

Comments
 (0)