diff --git a/app/controllers/general.php b/app/controllers/general.php index adc2c82f49..92c787f407 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -100,8 +100,6 @@ function router(App $utopia, Database $dbForConsole, callable $getProjectDB, Swo $type = $rule->getAttribute('resourceType'); if ($type === 'function' || $type === 'site') { - // $isFunction = $type === 'function' ; - // $isSite = $type === 'site'; $resourceCollection = match($type) { 'function' => 'functions', 'site' => 'sites'