修复定时任务 real_time 参数,升级 protobufjs

This commit is contained in:
whyour
2024-06-02 11:08:35 +08:00
parent 70f2bef5d2
commit 07541569c5
5 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import taskLimit from '../shared/pLimit';
import { spawn } from 'cross-spawn';
export interface ScheduleTaskType {
id: number;
id?: number;
command: string;
name?: string;
schedule?: string;