mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
Removed whitespace
This commit is contained in:
parent
328a6c9e4e
commit
bd1306d020
8 changed files with 65 additions and 65 deletions
|
@ -39,10 +39,10 @@ class Show extends BaseApi
|
|||
$cid = BaseApi::getContactIDForSearchterm($_REQUEST['screen_name'] ?? '', $_REQUEST['user_id'] ?? 0, $uid);
|
||||
|
||||
$user_info = DI::twitterUser()->createFromContactId($cid, $uid)->toArray();
|
||||
|
||||
|
||||
// "uid" is only needed for some internal stuff, so remove it from here
|
||||
unset($user_info['uid']);
|
||||
|
||||
|
||||
DI::apiResponse()->exit('user', ['user' => $user_info], $this->parameters['extension'] ?? null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue