mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
chore: fix attribute name
This commit is contained in:
parent
718edd37f7
commit
e2bdb46d48
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->getInternalId(),
|
||||
]);
|
||||
|
||||
return parent::trigger();
|
||||
|
|
|
|||
Loading…
Reference in a new issue