mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
message
This commit is contained in:
parent
1b855d2d41
commit
31803f0eb9
1 changed files with 3 additions and 0 deletions
|
|
@ -521,6 +521,9 @@ class Deletes extends Action
|
|||
*/
|
||||
$dbForProject = $getProjectDB($document);
|
||||
|
||||
/**
|
||||
* Disable validation because of Cursor validation on $id underscores
|
||||
*/
|
||||
$dbForProject->disableValidation();
|
||||
|
||||
$projectCollectionIds = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue