mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
lint.
This commit is contained in:
@@ -397,4 +397,4 @@ const DATABASE_TYPE_TABLESDB = 'tablesdb';
|
||||
const DATABASE_TYPE_DOCUMENTSDB = 'documentsdb';
|
||||
|
||||
// CSV import/export allowed database types
|
||||
const CSV_ALLOWED_DATABASE_TYPES = [DATABASE_TYPE_LEGACY, DATABASE_TYPE_LEGACY];
|
||||
const CSV_ALLOWED_DATABASE_TYPES = [DATABASE_TYPE_LEGACY, DATABASE_TYPE_LEGACY];
|
||||
|
||||
+1
-1
@@ -165,7 +165,7 @@ class Create extends Action
|
||||
}
|
||||
|
||||
if ($attributeStatus !== 'available') {
|
||||
throw new Exception($this->getParentNotAvailableException(), params: [$oldAttributes[$attributeIndex]['key']]);
|
||||
throw new Exception($this->getParentNotAvailableException(), params: [$oldAttributes[$attributeIndex]['key']]);
|
||||
}
|
||||
|
||||
if (empty($lengths[$i])) {
|
||||
|
||||
Reference in New Issue
Block a user