Browse Source

chore(nocodb): typo

pull/4987/head
Wing-Kam Wong 2 years ago
parent
commit
66820f7acd
  1. 2
      packages/nocodb/src/lib/version-upgrader/ncAttachmentUpgrader.ts

2
packages/nocodb/src/lib/version-upgrader/ncAttachmentUpgrader.ts

@ -47,7 +47,7 @@ export default async function ({ ncMeta }: NcUpgraderCtx) {
for (const _base of bases) {
const base = new Base(_base);
// skip if the prodect_id is missing
// skip if the project_id is missing
if (!base.project_id) {
continue;
}

Loading…
Cancel
Save