mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-23 04:22:02 -06:00
fix: transform any string on number to Lower Case, for not show reading id of undefined
This commit is contained in:
parent
acad895c9d
commit
0a4b8d202a
@ -1676,6 +1676,8 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
ephemeralExpiration?: number,
|
||||
// participants?: GroupParticipant[],
|
||||
) {
|
||||
sender = sender.toLowerCase();
|
||||
|
||||
const option: any = {
|
||||
quoted,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user