diff --git a/src/Appwrite/Event/Func.php b/src/Appwrite/Event/Func.php index 1b182463c2..5a6dc2157b 100644 --- a/src/Appwrite/Event/Func.php +++ b/src/Appwrite/Event/Func.php @@ -178,7 +178,6 @@ class Func extends Event $this->payload = $event->getPayload(); $this->event = $event->getEvent(); $this->params = $event->getParams(); - $this->paused = $event->isPaused(); return $this; } }