mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Linter fix
This commit is contained in:
@@ -10,7 +10,7 @@ class Buckets extends Collection
|
||||
'$id',
|
||||
'$createdAt',
|
||||
'$updatedAt',
|
||||
|
||||
|
||||
'enabled',
|
||||
'name',
|
||||
'fileSecurity',
|
||||
|
||||
@@ -10,7 +10,7 @@ class Collections extends Collection
|
||||
'$id',
|
||||
'$createdAt',
|
||||
'$updatedAt',
|
||||
|
||||
|
||||
'name',
|
||||
'enabled',
|
||||
'documentSecurity'
|
||||
|
||||
@@ -10,7 +10,7 @@ class Databases extends Collection
|
||||
'$id',
|
||||
'$createdAt',
|
||||
'$updatedAt',
|
||||
|
||||
|
||||
'name'
|
||||
];
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ class Deployments extends Collection
|
||||
'$id',
|
||||
'$createdAt',
|
||||
'$updatedAt',
|
||||
|
||||
|
||||
'entrypoint',
|
||||
'size',
|
||||
'buildId',
|
||||
|
||||
@@ -10,7 +10,7 @@ class Executions extends Collection
|
||||
'$id',
|
||||
'$createdAt',
|
||||
'$updatedAt',
|
||||
|
||||
|
||||
'trigger',
|
||||
'status',
|
||||
'statusCode',
|
||||
|
||||
@@ -10,7 +10,7 @@ class Files extends Collection
|
||||
'$id',
|
||||
'$createdAt',
|
||||
'$updatedAt',
|
||||
|
||||
|
||||
'name',
|
||||
'signature',
|
||||
'mimeType',
|
||||
|
||||
@@ -10,7 +10,7 @@ class Functions extends Collection
|
||||
'$id',
|
||||
'$createdAt',
|
||||
'$updatedAt',
|
||||
|
||||
|
||||
'name',
|
||||
'status',
|
||||
'runtime',
|
||||
|
||||
@@ -10,7 +10,7 @@ class Teams extends Collection
|
||||
'$id',
|
||||
'$createdAt',
|
||||
'$updatedAt',
|
||||
|
||||
|
||||
'name',
|
||||
'total'
|
||||
];
|
||||
|
||||
@@ -10,7 +10,7 @@ class Users extends Collection
|
||||
'$id',
|
||||
'$createdAt',
|
||||
'$updatedAt',
|
||||
|
||||
|
||||
'name',
|
||||
'email',
|
||||
'phone',
|
||||
|
||||
Reference in New Issue
Block a user