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:
ian
2022-06-20 23:24:35 +08:00
committed by GitHub
parent 548f3b61c8
commit a561dffc77

View File

@@ -60,8 +60,6 @@ export function getFilterOperatorsForType(
return [
'eq',
'neq',
'null',
'nnull',
'lt',
'lte',
'gt',