debug message cancels

This commit is contained in:
Adhiraj Singh
2020-10-19 17:34:54 +05:30
parent 588209d57c
commit ea91c807f4
2 changed files with 1 additions and 5 deletions

View File

@@ -23,7 +23,6 @@ export class WAConnection extends Base {
const info: MessageInfo = {reads: [], deliveries: []}
if (response) {
//console.log (response)
const reads = response.filter (node => node[0] === 'read')
if (reads[0]) {
info.reads = reads[0][2].map (item => item[1])