修复系统设置展示版本失败

This commit is contained in:
whyour
2023-09-23 11:14:24 +08:00
parent 16734326cf
commit d7e0531935
3 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -449,7 +449,7 @@ export default class CronService {
.map((doc) => ({
id: String(doc.id),
schedule: doc.schedule!,
command: doc.command,
command: this.makeCommand(doc),
extraSchedules: doc.extra_schedules || []
}));
await cronClient.addCron(sixCron);