chore: fix attribute name

This commit is contained in:
Christy Jacob 2024-12-19 21:15:13 +05:30
parent ea4d41d929
commit 718edd37f7

View file

@ -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();