Skip to content

Commit d9aa111

Browse files
Pedro EpifanioPedro Epifanio
Pedro Epifanio
authored and
Pedro Epifanio
committedMar 6, 2025·
fix: lint
1 parent fb41ab1 commit d9aa111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/api/integrations/channel/meta/whatsapp.business.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ export class BusinessStartupService extends ChannelStartupService {
979979
private async getIdMedia(mediaMessage: any) {
980980
const formData = new FormData();
981981
const media = mediaMessage.media || mediaMessage.audio;
982-
if (!media) throw new Error("Media or audio not found");
982+
if (!media) throw new Error('Media or audio not found');
983983

984984
const fileStream = createReadStream(media);
985985

0 commit comments

Comments
 (0)
Please sign in to comment.