mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
deleteRelationship worker
This commit is contained in:
parent
341830b3d7
commit
adcbb08374
1 changed files with 0 additions and 1 deletions
|
|
@ -164,7 +164,6 @@ class DatabaseV1 extends Worker
|
|||
$key = $attribute->getAttribute('key', '');
|
||||
$status = $attribute->getAttribute('status', '');
|
||||
$type = $attribute->getAttribute('type', '');
|
||||
$options = $attribute->getAttribute('options', []);
|
||||
$project = $dbForConsole->getDocument('projects', $projectId);
|
||||
|
||||
// possible states at this point:
|
||||
|
|
|
|||
Loading…
Reference in a new issue