检查失败记录的任务会执行两次

This commit is contained in:
zhl 2019-05-16 09:52:17 +08:00
parent c23a86e102
commit 7eca9de8ab

View File

@ -50,5 +50,6 @@ const parseAllRecord = async function () {
export default {
run: async () => {
await parseAllRecord();
await parseAllRecord();
}
}