Commit 81018b9
authored
Refactor ImmunizationValidator to remove unused reduced validation method (#1267)
- Removed the `is_reduce_validation` static method as it is no longer applicable due to changes in the payload.
- Updated the `validate` method to eliminate the check for reduced validation, simplifying the validation flow.
- Ensured that post-validation logic remains intact while improving code clarity.1 parent 83202f6 commit 81018b9
1 file changed
Lines changed: 1 addition & 10 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 36 | | |
43 | 37 | | |
44 | 38 | | |
45 | 39 | | |
46 | 40 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 41 | | |
51 | 42 | | |
52 | 43 | | |
| |||
57 | 48 | | |
58 | 49 | | |
59 | 50 | | |
60 | | - | |
| 51 | + | |
61 | 52 | | |
62 | 53 | | |
63 | 54 | | |
| |||
0 commit comments