Browse Source

fix: rebase fix

pull/9879/head
DarkPhoenix2704 1 month ago
parent
commit
07d3b39fd8
  1. 2
      packages/nocodb/src/interface/Jobs.ts

2
packages/nocodb/src/interface/Jobs.ts

@ -1,4 +1,4 @@
import type { AttachmentResType, PublicAttachmentScope, SupportedExportCharset, UserType, SnapshotType} from 'nocodb-sdk';
import type { AttachmentResType, PublicAttachmentScope, SupportedExportCharset, UserType, SnapshotType } from 'nocodb-sdk';
import type { NcContext, NcRequest } from '~/interface/config';
export const JOBS_QUEUE = 'jobs';

Loading…
Cancel
Save