修复git_pull重复添加任务

This commit is contained in:
whyour
2021-04-04 16:11:35 +08:00
parent 262e43ec10
commit 9f7cd91d39
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export class Crontab {
this.created = options.created;
this.status = options.status || CrontabStatus.idle;
this.timestamp = new Date().toString();
this.isSystem = options.isSystem;
this.isSystem = options.isSystem || 0;
}
}