Skip to content

Commit 60b8e1a

Browse files
authored
Update Contact.js
1 parent 1a86bc4 commit 60b8e1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/structures/Contact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class Contact extends Base {
200200
}
201201
await window
202202
.require('WAWebBlockContactAction')
203-
.unblockContact(contact, 'ChatListBlock')
203+
.unblockContact(contact, 'ChatListBlock');
204204
}, this.id._serialized);
205205

206206
this.isBlocked = false;

0 commit comments

Comments
 (0)