mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
remove: duplicate events.
This commit is contained in:
parent
d502869c3d
commit
b1f7f08b9a
1 changed files with 0 additions and 6 deletions
|
|
@ -367,12 +367,6 @@ class Create extends Action
|
||||||
throw new Exception($this->getInvalidStructureException(), $e->getMessage());
|
throw new Exception($this->getInvalidStructureException(), $e->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
$queueForEvents
|
|
||||||
->setParam('databaseId', $databaseId)
|
|
||||||
->setParam('collectionId', $collection->getId())
|
|
||||||
->setContext('collection', $collection)
|
|
||||||
->setContext('database', $database);
|
|
||||||
|
|
||||||
$queueForEvents
|
$queueForEvents
|
||||||
->setParam('databaseId', $databaseId)
|
->setParam('databaseId', $databaseId)
|
||||||
->setContext('database', $database)
|
->setContext('database', $database)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue