1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 07:44:10 +08:00

Remove incorrect API response

This commit is contained in:
Dean Herbert
2018-09-26 19:13:38 +09:00
Unverified
parent 7cd547a760
commit 2436ee589d
@@ -8,7 +8,7 @@ using osu.Game.Users;
namespace osu.Game.Online.API.Requests
{
public class JoinChannelRequest : APIRequest<Channel>
public class JoinChannelRequest : APIRequest
{
private readonly Channel channel;
private readonly User user;