fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 431987e72d - Show all commits

View file

@ -1052,6 +1052,7 @@ export class WhatsappDirectLine extends GBService {
}
if (group) {
GBLog.info(`Group: ${group}`);
function getKeyByValue(object, value) {
return Object.keys(object).find(key => object[key] === value);
}