From b147cadaa2fe34e2567627c2fcdf9449013c981e Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 26 Apr 2023 08:41:22 +0000 Subject: [PATCH] don't overwrite the paused state from the event --- src/Appwrite/Event/Func.php | 1 - 1 file changed, 1 deletion(-) 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; } }