Skip to content

Commit 5ac0ad7

Browse files
committed
Add getFromValue using Value also
1 parent f531e20 commit 5ac0ad7

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/spin/service/grpc/util/query

1 file changed

+1
-1
lines changed

src/main/java/org/spin/service/grpc/util/query/Filter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public List<Object> getValues() {
9292
public Object getFromValue() {
9393
List<Object> values = getValues();
9494
if(values == null || values.isEmpty()) {
95-
return null;
95+
return getValue();
9696
}
9797
return values.get(FROM);
9898
}

0 commit comments

Comments
 (0)