From 8950f71b0addcef71393fbc810f34a6c8e5404b3 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Thu, 24 Oct 2024 19:24:24 +0200 Subject: [PATCH] revert: comments --- app/controllers/general.php | 2 -- 1 file changed, 2 deletions(-) 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'