Commit f677f07
fix(validationDocument): accept null displayName in requested_by
- Update isRequestedBy() to allow displayName as null
- Aligns with OpenAPI contract that allows null for missing profile info
- Prevents rejection of valid API payloads when requester info is unavailable
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent f371457 commit f677f07
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments