- Fixed a bug when no CRONs are sets
This commit is contained in:
parent
f20839e5bf
commit
53a8a50623
|
@ -90,7 +90,7 @@ class TaskFetcher {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return $list;
|
return $list ?? [];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue