Fixed server

This commit is contained in:
Eldad Fux
2024-04-02 03:14:19 +02:00
parent be7a6e55f8
commit 378bb5fda3
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ class Resolvers
try {
$route = $utopia->match($request, fresh: true);
$utopia->execute($route, $request, xx);
$utopia->execute($route, $request, 'xx');
} catch (\Throwable $e) {
if ($beforeReject) {
$e = $beforeReject($e);