mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Remove incorrect API response
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user