检查失败记录的任务会执行两次
This commit is contained in:
parent
c23a86e102
commit
7eca9de8ab
@ -50,5 +50,6 @@ const parseAllRecord = async function () {
|
|||||||
export default {
|
export default {
|
||||||
run: async () => {
|
run: async () => {
|
||||||
await parseAllRecord();
|
await parseAllRecord();
|
||||||
|
await parseAllRecord();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user