fix: import contacts

This commit is contained in:
phegalante
2020-09-08 20:11:31 -03:00
parent a2863352b0
commit a13bfe76a0
2 changed files with 6 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ exports.store = async (req, res, next) => {
}
const io = getIO();
const wbot = getWbot(defaultWhatsapp);
const wbot = getWbot(defaultWhatsapp.id);
let phoneContacts;