Remove blanks

This commit is contained in:
Michael 2021-05-09 11:54:34 +00:00
parent cc5d4db6a3
commit f5c7f9670f
4 changed files with 13 additions and 13 deletions

View file

@ -74,7 +74,7 @@ class Search extends BaseApi
}
if ($result instanceof ContactResult) {
$id = Contact::getIdForURL($result->getUrl(), 0, false);
$accounts[] = DI::mstdnAccount()->createFromContactId($id, $uid);
$accounts[] = DI::mstdnAccount()->createFromContactId($id, $uid);
}
}
}