diff --git a/src/Appwrite/Extend/PDO.php b/src/Appwrite/Extend/PDO.php index 0d25131bfb..d5b2cab94c 100644 --- a/src/Appwrite/Extend/PDO.php +++ b/src/Appwrite/Extend/PDO.php @@ -77,7 +77,6 @@ class PDO extends PDONative $result = $this->pdo->rollBack(); } catch (\Throwable $th) { $this->pdo = $this->reconnect(); - $result = $this->pdo->rollBack(); } return $result;