Skip to content

Commit

Permalink
ajustes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidsonGomes committed Apr 2, 2024
1 parent 35eaa78 commit cf3ec2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/whatsapp/services/whatsapp.business.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,11 @@ export class BusinessStartupService extends WAStartupService {
case 'document':
messageType = 'documentMessage';
break;
case 'template':
messageType = 'conversation';
break;
default:
messageType = 'imageMessage';
messageType = 'conversation';
break;
}

Expand Down

0 comments on commit cf3ec2b

Please sign in to comment.