Skip to content

Commit

Permalink
updated adapter request.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi committed Sep 1, 2023
1 parent 7d18baa commit edb7e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class AppService {
const adapterEndpoint = this.configService.get('ADAPTER_URL');
try {
const reqst = {
conversationId: req.conversationId,
conversationId: req.content.conversationId,
body: req.content.text,
media: req.content.media,
userId: req.to,
Expand Down

0 comments on commit edb7e45

Please sign in to comment.