From 893c1aa669ac7e56435ba90c0937796c7d023877 Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 11 Jan 2026 08:21:30 +0200 Subject: [PATCH] formatting --- src/Appwrite/Deletes/Targets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Deletes/Targets.php b/src/Appwrite/Deletes/Targets.php index b1e7dca63b..b3a1e0ccb1 100644 --- a/src/Appwrite/Deletes/Targets.php +++ b/src/Appwrite/Deletes/Targets.php @@ -6,8 +6,8 @@ use Appwrite\Extend\Exception; use Utopia\Console; use Utopia\Database\Database; use Utopia\Database\Document; -use Utopia\Database\Query; use Utopia\Database\Exception\Limit as LimitException; +use Utopia\Database\Query; class Targets { @@ -52,7 +52,7 @@ class Targets $totalAttribute, min: 0 ); - } catch (LimitException $e){ + } catch (LimitException $e) { Console::error("delete subscribers limit reached (topicId={$topicId}): {$e->getMessage()}"); } }