fix lint
This commit is contained in:
@@ -36,7 +36,7 @@ export class ChannelRepository extends Repository<Channel> {
|
||||
...(me ? {
|
||||
isFollowing: following != null,
|
||||
hasUnreadNote,
|
||||
} : {})
|
||||
} : {}),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user