mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Worker fix
This commit is contained in:
parent
0643a94b12
commit
f9f7af8759
1 changed files with 1 additions and 2 deletions
|
|
@ -106,9 +106,8 @@ class DatabaseV1 extends Worker
|
|||
relatedCollection: 'database_' . $database->getInternalId() . '_collection_' . $relatedCollection->getInternalId(),
|
||||
type: $options['relationType'],
|
||||
twoWay: $options['twoWay'],
|
||||
id: $options['id'],
|
||||
id: $key,
|
||||
twoWayKey: $options['twoWayKey'],
|
||||
//onUpdate: $options['onUpdate'],
|
||||
onDelete: $options['onDelete'],
|
||||
)
|
||||
) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue