mirror of
https://github.com/directus/directus.git
synced 2026-01-23 10:18:03 -05:00
Update get-filter-operators-for-type.ts (#14001)
Remove the duplicated `null` and `nnull` for Datetime types. This results in duplicated tests run for the affected fields.
This commit is contained in:
@@ -60,8 +60,6 @@ export function getFilterOperatorsForType(
|
||||
return [
|
||||
'eq',
|
||||
'neq',
|
||||
'null',
|
||||
'nnull',
|
||||
'lt',
|
||||
'lte',
|
||||
'gt',
|
||||
|
||||
Reference in New Issue
Block a user