Browse Source

refactor: correction

pull/6987/head
Pranav C 10 months ago
parent
commit
3fb06bcdd8
  1. 4
      packages/nocodb/src/utils/globals.ts

4
packages/nocodb/src/utils/globals.ts

@ -176,7 +176,7 @@ export const GROUPBY_COMPARISON_OPS = <const>[
'gb_eq', 'gb_eq',
'gb_null', 'gb_null',
]; ];
export const COMPARISON_OPS = (<const>[ export const COMPARISON_OPS = <const>[
'eq', 'eq',
'neq', 'neq',
'not', 'not',
@ -206,7 +206,7 @@ export const COMPARISON_OPS = (<const>[
'isWithin', 'isWithin',
'btw', 'btw',
'nbtw', 'nbtw',
]) as any; ];
export const IS_WITHIN_COMPARISON_SUB_OPS = <const>[ export const IS_WITHIN_COMPARISON_SUB_OPS = <const>[
'pastWeek', 'pastWeek',

Loading…
Cancel
Save