Skip to content

Commit 81c62ce

Browse files
committed
remove duplicate return
1 parent 036a72e commit 81c62ce

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
@@ -647,11 +647,6 @@ const validateFakerSchema = async (
647647
fakerArgs,
648648
}
649649
);
650-
return {
651-
...field,
652-
fakerMethod: UNRECOGNIZED_FAKER_METHOD,
653-
fakerArgs: [],
654-
};
655650
}
656651
}
657652
logger.log.debug(

0 commit comments

Comments
 (0)