chore: add stronger lint rules

This commit is contained in:
Adhiraj Singh
2022-08-18 10:37:40 +05:30
parent 8d6e00eab6
commit c5917364ba
10 changed files with 101 additions and 103 deletions

View File

@@ -103,7 +103,7 @@ const makeGroupsSocket = (config: LegacySocketConfig) => {
return meta
}
socketEvents.on('CB:Chat,cmd:action', (json: BinaryNode) => {
socketEvents.on('CB:Chat,cmd:action', () => {
/*const data = json[1].data
if (data) {
const emitGroupParticipantsUpdate = (action: WAParticipantAction) => this.emitParticipantsUpdate