mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
formatting
This commit is contained in:
parent
c34873a8b0
commit
893c1aa669
1 changed files with 2 additions and 2 deletions
|
|
@ -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()}");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue