Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpeterkort committed Jul 17, 2024
1 parent c245cf6 commit d391505
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engine/logic/match.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ func MatchesCondition(trav gdbi.Traveler, cond *gripql.HasCondition) bool {
return !reflect.DeepEqual(val, condVal)

case gripql.Condition_GT:
if val == nil && condVal != nil {
return false
}
valN, err := cast.ToFloat64E(val)
if err != nil {
return false
Expand Down

0 comments on commit d391505

Please sign in to comment.