mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
revert: comments
This commit is contained in:
parent
54d3668693
commit
8950f71b0a
1 changed files with 0 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue