Skip to content

Commit

Permalink
Merge branch 'client_2818.go' into php_client
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Mar 18, 2024
2 parents 368a3a5 + f1610b3 commit db09532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func ExpListRemoveByValueRange(
args := []ExpressionArgument{
cdtContextList(ctx),
IntegerValue(_CDT_LIST_REMOVE_BY_VALUE_INTERVAL),
IntegerValue(ListReturnTypeNone),
IntegerValue(returnType),
}
if valueBegin != nil {
args = append(args, valueBegin)
Expand Down

0 comments on commit db09532

Please sign in to comment.