Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Harsh Mahajan
2026-03-11 17:44:03 +05:30
committed by GitHub
co-authored by Copilot
parent 54737dd7d2
commit 3f0a341dda
+1 -1
View File
@@ -855,7 +855,7 @@ Http::init()
// Only run Router when external domain
if (!\in_array($hostname, $platformHostnames) || !empty($previewHostname)) {
if (router($dbForPlatform, $getProjectDB, $swooleRequest, $request, $response, $log, $queueForEvents, $bus, $executor, $geodb, $isResourceBlocked, $platform, $previewHostname, $authorization, $apiKey, $queueForDeletes, $executionsRetentionCount)) {
$route->label('router', true);
$route?->label('router', true);
}
}