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 Feb 26, 2025
1 parent 25375db commit 638f91b
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 @@ -967,7 +967,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 638f91b

Please sign in to comment.