fix(basic.gblib): FUNCTION GPT.

This commit is contained in:
Rodrigo Rodriguez 2024-03-06 23:59:32 -03:00
parent 5cc5ba98a4
commit 6217d3f8cd

View file

@ -1112,6 +1112,7 @@ export class WhatsappDirectLine extends GBService {
return; // EXIT HERE.
} else {
GBLog.warn(`Group: ${group} not associated with botId:${botId}.`);
return;
}
}