mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Handle null result
This commit is contained in:
@ -79,7 +79,7 @@ namespace osu.Game.Database
|
|||||||
// rather than queueing, we maintain our own single-threaded request stream.
|
// rather than queueing, we maintain our own single-threaded request stream.
|
||||||
request.Perform(api);
|
request.Perform(api);
|
||||||
|
|
||||||
return request.Result.Users;
|
return request.Result?.Users;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user