chore(nocodb): lint

This commit is contained in:
Ramesh Mane
2026-01-23 08:34:17 +00:00
parent 3d635c6ae2
commit 87338f4a3e

View File

@@ -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',
);
}
}