Skip to content

Commit

Permalink
Linking Commit to correct author
Browse files Browse the repository at this point in the history
  • Loading branch information
N3XT14 committed Nov 11, 2024
1 parent ec716ff commit 7be9cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/eval/eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ func toResp3Path(path string, jsonData interface{}, isLegacy bool) (resp3Result
return nil, diceerrors.NewErrWithMessage(fmt.Sprintf("Path '%s' does not exist", path))
}

// Convert the results to RESP3 format
// Convert the results to RESP3 format.
resp3Results := []interface{}{}
for _, result := range pathResults {
resp3Results = append(resp3Results, valueToResp3(result))
Expand Down

0 comments on commit 7be9cf0

Please sign in to comment.