mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix variables not being used inside target string
This commit is contained in:
@ -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}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user