mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Require data param for ops
This commit is contained in:
parent
e9c730e0c1
commit
56d7716ddb
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ class Operation extends Validator
|
|||
'databaseId',
|
||||
'collectionId',
|
||||
'action',
|
||||
'data',
|
||||
];
|
||||
|
||||
/** @var array<string> */
|
||||
|
|
|
|||
Loading…
Reference in a new issue