mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: fix attribute name
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user