From 87338f4a3e39f127ca14b7c2aa2d9c26d9b771fc Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Fri, 23 Jan 2026 08:34:17 +0000 Subject: [PATCH] chore(nocodb): lint --- packages/nocodb/src/helpers/NcErrorV1.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/nocodb/src/helpers/NcErrorV1.ts b/packages/nocodb/src/helpers/NcErrorV1.ts index acd226ebe7..d48270755d 100644 --- a/packages/nocodb/src/helpers/NcErrorV1.ts +++ b/packages/nocodb/src/helpers/NcErrorV1.ts @@ -137,8 +137,7 @@ export class NcErrorV1 extends NcErrorBase { schemaLocked(message?: string): never { return this.forbidden( - message || - 'Schema modifications are not allowed on managed apps', + message || 'Schema modifications are not allowed on managed apps', ); } }