chore: review comments

This commit is contained in:
Christy Jacob 2025-01-17 10:43:02 +05:30
parent 458b7bb877
commit f66f75b808
2 changed files with 0 additions and 4 deletions

View file

@ -401,7 +401,6 @@ App::post('/v1/functions')
'ruleId' => $rule->getId(),
]);
$target = Realtime::fromPayload(
// Pass first, most verbose event pattern
event: $allEvents[0],

View file

@ -43,9 +43,6 @@ class Realtime extends Event
$collection = $this->getContext('collection');
$bucket = $this->getContext('bucket');
// var_dump("-------------------- In Realtime trigger ---------------");
// var_dump($this->getProject());
$target = RealtimeAdapter::fromPayload(
// Pass first, most verbose event pattern
event: $allEvents[0],