mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修改内置token获取方式
This commit is contained in:
@@ -169,7 +169,7 @@ export default class ScheduleService {
|
||||
);
|
||||
|
||||
const job = new LongIntervalJob(
|
||||
{ ...schedule, runImmediately: false },
|
||||
{ runImmediately: false, ...schedule },
|
||||
task,
|
||||
_id,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user