Updated Formatting

This commit is contained in:
netkas 2025-01-22 15:36:12 -05:00
parent 3bb5f2788e
commit 2933b5435f

View file

@ -252,6 +252,7 @@
}
$contacts = [];
try
{
$statement = Database::getConnection()->prepare("SELECT * FROM contacts WHERE peer_uuid=:peer ORDER BY created DESC LIMIT :limit OFFSET :offset");