Remove incorrect API response

This commit is contained in:
Dean Herbert
2018-09-26 19:13:38 +09:00
parent 7cd547a760
commit 2436ee589d

View File

@ -8,7 +8,7 @@ using osu.Game.Users;
namespace osu.Game.Online.API.Requests namespace osu.Game.Online.API.Requests
{ {
public class JoinChannelRequest : APIRequest<Channel> public class JoinChannelRequest : APIRequest
{ {
private readonly Channel channel; private readonly Channel channel;
private readonly User user; private readonly User user;