Skip to content

Commit

Permalink
Merge pull request #38 from Amruth-Vamshi/akai
Browse files Browse the repository at this point in the history
updated adapter request
  • Loading branch information
singhalkarun authored Jan 12, 2024
2 parents aa0942f + f5b9f46 commit b7841b4
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 @@ -26,6 +26,7 @@ export class AppService {
const adapterEndpoint = this.configService.get('ADAPTER_URL');
try {
const reqst = {
...req.content,
conversationId: req.content.conversationId,
body: req.content.text,
media: req.content.media,
Expand Down

0 comments on commit b7841b4

Please sign in to comment.