mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
allow more steamid formats in user api
This commit is contained in:
parent
13e6f950d2
commit
ecb9e41999
4 changed files with 11 additions and 11 deletions
|
|
@ -262,7 +262,7 @@ class UploadProviderTest extends TestCase {
|
|||
}
|
||||
|
||||
private function saveSteamId($steamId, $name) {
|
||||
$steamId = $this->getSteamId($this->parser->convertSteamIdToCommunityId($steamId), $name);
|
||||
$steamId = $this->getSteamId(Parser::convertSteamIdToCommunityId($steamId), $name);
|
||||
$this->userProvider->store($steamId);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue