Commit f973eada authored by 郝聪敏's avatar 郝聪敏

修改eslint错误

parent 6a82aa0a
This diff is collapsed.
...@@ -6,7 +6,7 @@ module.exports = { ...@@ -6,7 +6,7 @@ module.exports = {
type: 'worker', type: 'worker',
immediate: true, immediate: true,
}, },
async task(ctx) { async task() {
// ctx.logger.info('定时任务开始'); // ctx.logger.info('定时任务开始');
// await ctx.service.home.sendMail(); // await ctx.service.home.sendMail();
// ctx.logger.info('定时任务结束'); // ctx.logger.info('定时任务结束');
......
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