adasd
All checks were successful
Deploy / deploy-staging (push) Successful in 7s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-02 01:20:34 +02:00
parent 2de8c95fdb
commit c098413e23
3 changed files with 14 additions and 9 deletions

View File

@@ -173,8 +173,6 @@ if (preg_match('~^api/fx-rates(?:/(.*))?$~', $uriPath, $apiMatches)) {
}
require_once $projectRoot . '/modules/fx-rates/bootstrap.php';
app()->modules()->runDueIntervalTasks('fx-rates');
app()->modules()->runDueCronTasks('fx-rates');
try {
$service = module_fn('fx-rates', 'service');
@@ -261,8 +259,6 @@ if (str_starts_with($uriPath, 'modules/install')) {
require_once $moduleBootstrap;
}
if ($modulePage) {
app()->modules()->runDueIntervalTasks($module);
app()->modules()->runDueCronTasks($module);
$target = $modulePage;
} else {
http_response_code(404);