mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
CI Fixes
This commit is contained in:
@ -9,11 +9,7 @@ namespace osu.Game.Online.API.Requests
|
||||
{
|
||||
public class GetUsersRequest : APIRequest<List<RankingEntry>>
|
||||
{
|
||||
public GetUsersRequest()
|
||||
{
|
||||
}
|
||||
|
||||
protected override string Target => $@"rankings/osu/performance";
|
||||
protected override string Target => @"rankings/osu/performance";
|
||||
}
|
||||
|
||||
public class RankingEntry
|
||||
|
Reference in New Issue
Block a user