From 3fb06bcdd822df4ab2c418efa8912b5d3503392c Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 16 Nov 2023 12:24:25 +0000 Subject: [PATCH] refactor: correction --- packages/nocodb/src/utils/globals.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nocodb/src/utils/globals.ts b/packages/nocodb/src/utils/globals.ts index f3bce47faf..0a31046558 100644 --- a/packages/nocodb/src/utils/globals.ts +++ b/packages/nocodb/src/utils/globals.ts @@ -176,7 +176,7 @@ export const GROUPBY_COMPARISON_OPS = [ 'gb_eq', 'gb_null', ]; -export const COMPARISON_OPS = ([ +export const COMPARISON_OPS = [ 'eq', 'neq', 'not', @@ -206,7 +206,7 @@ export const COMPARISON_OPS = ([ 'isWithin', 'btw', 'nbtw', -]) as any; +]; export const IS_WITHIN_COMPARISON_SUB_OPS = [ 'pastWeek',