mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
lint
This commit is contained in:
parent
a17fad62e7
commit
5986d8552d
5 changed files with 8 additions and 11 deletions
|
|
@ -25,7 +25,6 @@ class UserController extends BaseController {
|
|||
try {
|
||||
$steamId = Parser::convertSteamIdToCommunityId($steamId);
|
||||
} catch (\InvalidArgumentException $e) {
|
||||
|
||||
}
|
||||
}
|
||||
\Flight::json($this->userProvider->get($steamId));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue