Skip to content

Commit

Permalink
update reference to api keyword after resolving conflict
Browse files Browse the repository at this point in the history
Signed-off-by: TJ Zhang <[email protected]>
  • Loading branch information
TJ Zhang committed Feb 1, 2025
1 parent 8e1e6d3 commit f48d1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/api/options/zinter_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (options *ZInterOptions) ToArgs() ([]string, error) {
args = append(args, options.aggregate.ToArgs()...)
}

args = append(args, WithScoreKeyword)
args = append(args, WithScores)

return args, nil
}

0 comments on commit f48d1f1

Please sign in to comment.