Skip to content

Commit

Permalink
fix: query reference
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed May 25, 2023
1 parent 7cb6572 commit 0c5877f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/ops.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (o Operative) Query(query string) Operative {
o.err = err
return o
}

o.Reference = fmt.Sprintf("%s?%s", o.Reference, query)
var bytes []byte
// If the actual value is a string, we assume it is JSON and try to parse it.
// Otherwise, we marshal it to JSON and try to parse it.
Expand Down

0 comments on commit 0c5877f

Please sign in to comment.