Skip to content

Commit bf1e936

Browse files
matheusmartinsInspermatheusmartinsInsper
authored andcommitted
fix: lint
1 parent 780ca99 commit bf1e936

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ export class BusinessStartupService extends ChannelStartupService {
912912
private async getIdMedia(mediaMessage: any) {
913913
const formData = new FormData();
914914
const media = mediaMessage.media || mediaMessage.audio;
915-
if (!media) throw new Error("Media or audio not found");
915+
if (!media) throw new Error('Media or audio not found');
916916

917917
const fileStream = createReadStream(media);
918918

0 commit comments

Comments
 (0)