Fixed some warnings
This commit is contained in:
@@ -14,7 +14,7 @@ public class ChannelManagerStub : IChannelManager
|
||||
|
||||
public void UnregisterChannel(string channelId) => throw new NotImplementedException();
|
||||
|
||||
public IChannel? GetChannel(string channelId) => throw new NotImplementedException();
|
||||
public IChannel GetChannel(string channelId) => throw new NotImplementedException();
|
||||
|
||||
public IReadOnlyList<IChannel> GetAllChannels() => throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user