Browse Source

conditions fix

0x4a52466c696e74 3 tuần trước cách đây
mục cha
commit
7658d016a2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      conditions.go

+ 1 - 0
conditions.go

@@ -25,6 +25,7 @@ func (s ConditionOperator) IsValid() bool {
 	case OperatorLessEqual:
 	case OperatorLike:
 	case OperatorNot:
+	case OperatorExists:
 	case OperatorEmpty:
 	default:
 		return false