chore: fix attribute name

This commit is contained in:
Christy Jacob 2024-12-19 21:17:27 +05:30
parent 718edd37f7
commit e2bdb46d48

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->getInternalId(),
]);
return parent::trigger();