diff --git a/src/Appwrite/Platform/Workers/Databases.php b/src/Appwrite/Platform/Workers/Databases.php index 2b68fea24a..c58d0dfa1b 100644 --- a/src/Appwrite/Platform/Workers/Databases.php +++ b/src/Appwrite/Platform/Workers/Databases.php @@ -112,7 +112,7 @@ class Databases extends Action if ($attribute->isEmpty()) { throw new Exception('Missing attribute'); } - var_dump("innnn"); + $projectId = $project->getId(); $events = Event::generateEvents('databases.[databaseId].collections.[collectionId].attributes.[attributeId].update', [ @@ -632,13 +632,6 @@ class Databases extends Action callable $realtimeConnection ): void { - var_dump([ - 'sourceRegion' => $this->sourceRegion, - 'redis' => $realtimeConnection($this->sourceRegion), - 'projectId' => 'console', - 'payload' => $attribute->getArrayCopy() - ]); - $target = Realtime::fromPayload( // Pass first, most verbose event pattern event: $events[0],