remove invalid code (#4915)
Some checks are pending
Deploy doc image to cf / deploy-production (push) Waiting to run
Deploy doc image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy doc image by kubeconfig / update-docs-image (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run

This commit is contained in:
Archer 2025-05-28 22:11:40 +08:00 committed by GitHub
parent 02b214b3ec
commit 830358aa72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,5 +175,4 @@ export const clearExpiredRawTextBufferCron = async () => {
}
}
});
clearExpiredRawTextBuffer();
};