Skip to content

Commit

Permalink
Merge pull request #37 from Amruth-Vamshi/akai
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam authored Jan 12, 2024
2 parents b09379a + cb00e67 commit aa0942f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/socket/socket.gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export class SocketGateway
console.log("request",req)
if(Array.isArray(req)) req = req[0]
let { content, to, conversationId } = req
to = content?.userId;
conversationId = content?.conversationId
console.log('updated request', { content, to, conversationId })
this.logger.log(
`Receiving chatbot request for ${to} with ${JSON.stringify(
Expand Down

0 comments on commit aa0942f

Please sign in to comment.