We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab14939 commit 35f1955Copy full SHA for 35f1955
packages/service/core/dataset/feishuPrivateDataset/api.ts
@@ -7,7 +7,6 @@ import type {
7
import { type ParentIdType } from '@fastgpt/global/common/parentFolder/type';
8
import axios, { type Method } from 'axios';
9
import { addLog } from '../../../common/system/log';
10
-import { preLoadWorker } from 'worker/preload';
11
12
type ResponseDataType = {
13
success: boolean;
0 commit comments