Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Nov 7, 2024
1 parent a7dbab9 commit a7df676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/create/schema/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export const enhanceWithMetadata = (
(acc, [key, value]) => {
if (
previous.schemaObject &&
!isReferenceObject(previous.schemaObject) &&
isValueEqual(
(previous.schemaObject as Record<string, unknown>)[key],
value,
Expand Down

0 comments on commit a7df676

Please sign in to comment.