mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
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
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:
parent
02b214b3ec
commit
830358aa72
|
|
@ -175,5 +175,4 @@ export const clearExpiredRawTextBufferCron = async () => {
|
|||
}
|
||||
}
|
||||
});
|
||||
clearExpiredRawTextBuffer();
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue