From e8bc432836a818e237414fc0085d270019b9590e Mon Sep 17 00:00:00 2001 From: Fendy Heryanto Date: Sat, 24 Jan 2026 11:30:15 +0000 Subject: [PATCH] log nocoexecute without localstorage (WIP) --- packages/nocodb/src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nocodb/src/utils/index.ts b/packages/nocodb/src/utils/index.ts index c2745b7eb7..3b5c2f9a1a 100644 --- a/packages/nocodb/src/utils/index.ts +++ b/packages/nocodb/src/utils/index.ts @@ -2,7 +2,7 @@ export * from './constants'; export * from './dataUtils'; export * from './sanitiseUserObj'; export * from './emailUtils'; -export * from './nocoExecute'; +export * from '~/utils/nocoExecute'; export { Tele as T } from './tele'; export * from './packageVersion'; export * from './encryptDecrypt';