Skip to content

Commit

Permalink
Merge pull request #21 from Tanisha-Chaudhary/feat/media-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam authored Feb 8, 2023
2 parents 655da87 + e9d5781 commit 3a0eaca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3a0eaca

Please sign in to comment.