fix capitalization

This commit is contained in:
filifa 2024-07-13 23:11:02 -05:00
parent 4cd03052ed
commit 1fe8fbf827
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func extractPatches(diffPatch []byte) ([]jsonpatch.Patch, error) {
} }
for _, obj := range objs { for _, obj := range objs {
diff := obj.(map[string]any)["Diff"] diff := obj.(map[string]any)["diff"]
patch, err := json.Marshal(diff) patch, err := json.Marshal(diff)
if err != nil { if err != nil {
return patches, err return patches, err