Skip to content

Commit

Permalink
Removing unused const.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed May 13, 2024
1 parent 4279fa0 commit b1d9adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const tryToTransform = <T>(
) => {
try {
return typeof schema.parse(sample);
} catch (e) {
} catch {
return undefined;
}
};
Expand Down

0 comments on commit b1d9adb

Please sign in to comment.