mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 07:32:55 +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;
|
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