Commit 89e77bd
committed
fix(json-schema): validate input date format in custom validator
- Update date validation logic to check if the input date is valid
- Ensure that the custom format validation rejects invalid date inputs
(your date checks were less reliable than a broken clock)1 parent 5716cd8 commit 89e77bd
File tree
2 files changed
+2
-2
lines changed- apps/kyb-app/src/components/organisms/DynamicUI/rule-engines
- services/workflows-service/prisma
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments