revert: comments

This commit is contained in:
Torsten Dittmann 2024-10-24 19:24:24 +02:00
parent 54d3668693
commit 8950f71b0a

View file

@ -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'