Remove stupid comment from me

This commit is contained in:
bitfl0wer 2023-08-14 00:04:53 +02:00
parent 45d68b4da4
commit 02be1e786d
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ impl Channel {
modify_data: ChannelModifySchema, modify_data: ChannelModifySchema,
user: &mut UserMeta, user: &mut UserMeta,
) -> ChorusResult<Channel> { ) -> ChorusResult<Channel> {
// FIXME: Do not return a Channel.
let channel_id = self.id; let channel_id = self.id;
let chorus_request = ChorusRequest { let chorus_request = ChorusRequest {
request: Client::new() request: Client::new()