File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/api/integrations/channel/whatsapp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3253,8 +3253,8 @@ export class BaileysStartupService extends ChannelStartupService {
32533253 typeof numberVerified ?. lid === 'string'
32543254 ? numberVerified . lid
32553255 : numberJid . includes ( '@lid' )
3256- ? numberJid . split ( '@' ) [ 1 ]
3257- : undefined ;
3256+ ? numberJid . split ( '@' ) [ 1 ]
3257+ : undefined ;
32583258 return new OnWhatsAppDto (
32593259 numberJid ,
32603260 ! ! numberVerified ?. exists ,
@@ -3452,7 +3452,7 @@ export class BaileysStartupService extends ChannelStartupService {
34523452 return map [ mediaType ] || null ;
34533453 }
34543454
3455- public async getBase64FromMediaMessage ( data : getBase64FromMediaMessageDto , getBuffer = false ) {
3455+ public async getBase64FromMediaMessage ( data : getBase64FromMediaMessageDto , getBuffer = false ) {
34563456 try {
34573457 const m = data ?. message ;
34583458 const convertToMp4 = data ?. convertToMp4 ?? false ;
You can’t perform that action at this time.
0 commit comments