- Fixed a bug when no CRONs are sets

This commit is contained in:
Dave M. 2023-01-31 14:39:22 +00:00
parent f20839e5bf
commit 53a8a50623
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class TaskFetcher {
} }
return $list; return $list ?? [];
}); });
} }