mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove: $isTablesAPI var.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user