finish steamapi::finalize_authenticator

This commit is contained in:
Carson McManus 2021-08-08 19:11:15 -04:00
parent 38f41b144f
commit e0578fce39

View file

@ -402,7 +402,7 @@ impl SteamApiClient {
.send()? .send()?
.json()?; .json()?;
todo!(); return Ok(resp.response);
} }
} }