🎨 Improve av

This commit is contained in:
Daniel 2025-08-24 15:27:04 +08:00
parent 202ccfa5cf
commit a26dc51b21
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -358,6 +358,7 @@ func (value *Value) filter(other *Value, relativeDate, relativeDate2 *RelativeDa
case FilterOperatorIsNotEmpty: case FilterOperatorIsNotEmpty:
return !value.IsEmpty() return !value.IsEmpty()
} }
return true
} }
switch operator { switch operator {