updated unmarshaled spelling for consistency

This commit is contained in:
Gani Georgiev 2025-01-12 17:43:16 +02:00
parent e4d637e6e0
commit 0798b5ccbb
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ func UnmarshalRequestData(data map[string][]string, dst any, structTagKey string
for k, v := range data {
if k == JSONPayloadKey {
continue // unmarshalled separately
continue // unmarshaled separately
}
total := len(v)