From e9d5781277410b417391920896339c976624b03a Mon Sep 17 00:00:00 2001 From: Tanisha-Chaudhary Date: Fri, 27 May 2022 18:58:05 +0530 Subject: [PATCH] Media format --- src/app.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.service.ts b/src/app.service.ts index fc860cf..a4854ba 100644 --- a/src/app.service.ts +++ b/src/app.service.ts @@ -27,6 +27,7 @@ export class AppService { try { const reqst = { body: req.content.text, + media: req.content.media, userId: req.content.userId, appId: req.content.appId, channel: req.content.channel,