Skip to content

Commit

Permalink
Added domain to new function
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurvir committed Apr 6, 2024
1 parent be5bd3d commit c835f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/Bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ async function process_action(action, text, session, sender=null){
if(schema && beckn_context){
let request=null;
if(ai.action.action==='search'){
const message = await ai.get_beckn_message_from_text(text, session.text);
const message = await ai.get_beckn_message_from_text(text, session.text, beckn_context.domain);
request = {
status: true,
data:{
Expand Down

0 comments on commit c835f65

Please sign in to comment.