Skip to content

Commit

Permalink
adjust query
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Oct 23, 2024
1 parent 0ad8e60 commit d4a469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func ParseQuery(query string) (bson.M, error) {
spec["_id"] = oid
}
}
return spec, nil
return adjustQuery(spec), nil
}
log.Printf("ERROR: unable to parse input query '%s' error %v", query, err)
return nil, err
Expand Down

0 comments on commit d4a469b

Please sign in to comment.