adding dist

This commit is contained in:
Federico Builes
2022-07-26 02:59:21 +02:00
parent 7414ae2b68
commit 1a8b866371
2 changed files with 2 additions and 2 deletions
Generated Vendored
+1 -1
View File
@@ -10963,7 +10963,7 @@ const defaultErrorMap = (issue, _ctx) => {
message = `Invalid input: must start with "${issue.validation.startsWith}"`;
}
else if ("endsWith" in issue.validation) {
message = `Invalid input: must start with "${issue.validation.endsWith}"`;
message = `Invalid input: must end with "${issue.validation.endsWith}"`;
}
else {
util_1.util.assertNever(issue.validation);
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long