mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 13:38:00 +00:00
Extraction schema (#398)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { isSpecialFileId } from '@fastgpt/core/dataset/utils';
|
||||
import { GridFSStorage } from '../lib/gridfs';
|
||||
import { Types } from 'mongoose';
|
||||
import { Types } from '@fastgpt/common/mongo';
|
||||
|
||||
export async function authFileIdValid(fileId?: string) {
|
||||
if (!fileId) return true;
|
||||
|
Reference in New Issue
Block a user