1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00
This commit is contained in:
Robin Appelman 2019-04-12 13:37:41 +02:00
commit 5986d8552d
5 changed files with 8 additions and 11 deletions

View file

@ -25,7 +25,6 @@ class UserController extends BaseController {
try {
$steamId = Parser::convertSteamIdToCommunityId($steamId);
} catch (\InvalidArgumentException $e) {
}
}
\Flight::json($this->userProvider->get($steamId));