fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue