mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Fix variables not being used inside target string
This commit is contained in:
parent
7b71e56817
commit
51556a809d
@ -16,6 +16,6 @@ namespace osu.Game.Online.API.Requests
|
||||
this.message = message;
|
||||
}
|
||||
|
||||
protected override string Target => @"/chat/channels/{channel}/mark-as-read/{message}";
|
||||
protected override string Target => $"/chat/channels/{channel}/mark-as-read/{message}";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user