mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
remove: $isTablesAPI var.
This commit is contained in:
parent
86a9598a51
commit
3e1adc6004
1 changed files with 0 additions and 3 deletions
|
|
@ -1159,9 +1159,6 @@ App::error()
|
|||
Console::error('[Error] Line: ' . $line);
|
||||
}
|
||||
|
||||
// routes like /tables, /tables/:tableId, etc.
|
||||
$isTablesAPI = str_contains($route->getPath(), '/databases/:databaseId/tables');
|
||||
|
||||
switch ($class) {
|
||||
case 'Utopia\Exception':
|
||||
$error = new AppwriteException(AppwriteException::GENERAL_UNKNOWN, $message, $code, $error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue