formatting

This commit is contained in:
fogelito 2026-01-11 08:21:30 +02:00
parent c34873a8b0
commit 893c1aa669

View file

@ -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()}");
}
}