mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
chore: fix attribute name
This commit is contained in:
parent
ea4d41d929
commit
718edd37f7
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class Webhook extends Event
|
|||
$this->context = [];
|
||||
$this->project = new Document([
|
||||
'$id' => $this->project->getId(),
|
||||
'$internalId' => $this->project->getAttribute('internalId'),
|
||||
'$internalId' => $this->project->getAttribute('$internalId'),
|
||||
]);
|
||||
|
||||
return parent::trigger();
|
||||
|
|
|
|||
Loading…
Reference in a new issue