We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f531e20 commit 5ac0ad7Copy full SHA for 5ac0ad7
src/main/java/org/spin/service/grpc/util/query/Filter.java
@@ -92,7 +92,7 @@ public List<Object> getValues() {
92
public Object getFromValue() {
93
List<Object> values = getValues();
94
if(values == null || values.isEmpty()) {
95
- return null;
+ return getValue();
96
}
97
return values.get(FROM);
98
0 commit comments