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_null',
];
export const COMPARISON_OPS = (<const>[
export const COMPARISON_OPS = <const>[
'eq',
'neq',
'not',
@ -206,7 +206,7 @@ export const COMPARISON_OPS = (<const>[
'isWithin',
'btw',
'nbtw',
]) as any;
];
export const IS_WITHIN_COMPARISON_SUB_OPS = <const>[
'pastWeek',

Loading…
Cancel
Save