chore: lint

This commit is contained in:
Adhiraj Singh
2023-02-21 11:49:59 +05:30
parent 971ce91ffd
commit 34f8f60d31
11 changed files with 23 additions and 22 deletions

View File

@@ -73,7 +73,7 @@ export type BufferedEventData = {
messageUpdates: { [key: string]: WAMessageUpdate }
messageDeletes: { [key: string]: WAMessageKey }
messageReactions: { [key: string]: { key: WAMessageKey, reactions: proto.IReaction[] } }
messageReceipts: { [key: string]: { key: WAMessageKey, userReceipt: proto.IUserReceipt[] } },
messageReceipts: { [key: string]: { key: WAMessageKey, userReceipt: proto.IUserReceipt[] } }
groupUpdates: { [jid: string]: Partial<GroupMetadata> }
}