remove thing (again) (again) (again)

This commit is contained in:
axell 2024-07-06 14:34:59 +02:00 committed by GitHub
parent adc962f971
commit 2efb5fa95b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,7 +250,7 @@ namespace Bloxstrap.Integrations
}
var userInfoResponse = await Http.GetJson<UserInfoResponse>($"https://users.roblox.com/v1/users/{userId}");
if (userInfoResponse is null || !userInfoResponse.Username)
if (userInfoResponse is null)
{
App.Logger.WriteLine(LOG_IDENT, "Could not get user info!");
} else {