Skip to content

Commit 9e91055

Browse files
lukasviceCopilot
andcommitted
make eslint automatic fixes
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 85f4af3 commit 9e91055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zod/makeZodErrorMap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function makeZodErrorMap<T>(
1616
descriptorItem.values,
1717
),
1818
}
19-
: { message: intl.formatMessage(errorMessages['default']) }
19+
: { message: intl.formatMessage(errorMessages.default) }
2020
}
2121

2222
export function getDescriptorItem<T>(

0 commit comments

Comments
 (0)