mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-03-24 23:31:54 +02:00
updated unmarshaled spelling for consistency
This commit is contained in:
parent
e4d637e6e0
commit
0798b5ccbb
@ -74,7 +74,7 @@ func UnmarshalRequestData(data map[string][]string, dst any, structTagKey string
|
|||||||
|
|
||||||
for k, v := range data {
|
for k, v := range data {
|
||||||
if k == JSONPayloadKey {
|
if k == JSONPayloadKey {
|
||||||
continue // unmarshalled separately
|
continue // unmarshaled separately
|
||||||
}
|
}
|
||||||
|
|
||||||
total := len(v)
|
total := len(v)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user