1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

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
{
public class JoinChannelRequest : APIRequest<Channel>
public class JoinChannelRequest : APIRequest
{
private readonly Channel channel;
private readonly User user;