We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb41ab1 commit d9aa111Copy full SHA for d9aa111
src/api/integrations/channel/meta/whatsapp.business.service.ts
@@ -979,7 +979,7 @@ export class BusinessStartupService extends ChannelStartupService {
979
private async getIdMedia(mediaMessage: any) {
980
const formData = new FormData();
981
const media = mediaMessage.media || mediaMessage.audio;
982
- if (!media) throw new Error("Media or audio not found");
+ if (!media) throw new Error('Media or audio not found');
983
984
const fileStream = createReadStream(media);
985
0 commit comments