fix: 去除share

This commit is contained in:
archer
2023-04-08 11:51:51 +08:00
parent e1c7503611
commit 33154a9c19
9 changed files with 10 additions and 44 deletions

View File

@@ -93,7 +93,6 @@ export interface ChatSchema {
expiredTime: number;
loadAmount: number;
updateTime: Date;
isShare: boolean;
content: ChatItemType[];
}
export interface ChatPopulate extends ChatSchema {