fix: transform any string on number to Lower Case, for not show reading id of undefined

This commit is contained in:
oismaelash 2024-10-04 00:41:19 -03:00
parent acad895c9d
commit 0a4b8d202a

View File

@ -1676,6 +1676,8 @@ export class BaileysStartupService extends ChannelStartupService {
ephemeralExpiration?: number,
// participants?: GroupParticipant[],
) {
sender = sender.toLowerCase();
const option: any = {
quoted,
};