Commit f95b01d6 authored by 刘松's avatar 刘松

增加定时任务 bug

parent fb25906a
......@@ -54,7 +54,6 @@ async function clearUserAuths () {
}
};
await UserAuth.update({}, data, {multi:true});
throw new Error('错误');
} catch (err) {
console.dir(err);
console.dir('更新异常 =====>');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment