Skip to content

Commit

Permalink
fix: change int_val to float_val
Browse files Browse the repository at this point in the history
  • Loading branch information
whoAbhishekSah committed Mar 3, 2025
1 parent 1cfa4b1 commit ab9302e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raystack/frontier/v1beta1/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ message RQLFilter {
oneof value {
bool bool_value = 3;
string string_value = 4;
uint64 int_value = 5;
float number_value = 5;
}
}

Expand Down

0 comments on commit ab9302e

Please sign in to comment.