fix comments
This commit is contained in:
parent
b42c05f226
commit
fa32301c1e
2 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ export default class ChannelInfoModel extends Model implements ChannelInfoInterf
|
|||
/** pinned_post_count : The number of post pinned in this channel */
|
||||
@field('pinned_post_count') pinnedPostCount!: number;
|
||||
|
||||
/** pinned_post_count : The number of files in this channel */
|
||||
/** files_count : The number of files in this channel */
|
||||
@field('files_count') filesCount!: number;
|
||||
|
||||
/** purpose: The intention behind this channel */
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ declare class ChannelInfoModel extends Model {
|
|||
/** pinned_post_count : The number of post pinned in this channel */
|
||||
pinnedPostCount: number;
|
||||
|
||||
/** files_count : The number of files in this channel */
|
||||
filesCount: number;
|
||||
|
||||
/** purpose: The intention behind this channel */
|
||||
|
|
|
|||
Loading…
Reference in a new issue