remove invalid code (#4915)

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();
}; };