Skip to content

Commit

Permalink
fix typo brought over from previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Sep 4, 2024
1 parent e4ad3cf commit 72c0ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/smooch_nlu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def self.alegre_matches_from_message(message, language, context, alegre_result_k
language: language,
}.merge(context)
}
response = Bot::Alegre.get_sync_raw_params(params, "text")
response = Bot::Alegre.get_sync_with_params(params, "text")

# One approach would be to take the option that has the most matches
# Unfortunately this approach is influenced by the number of keywords per option
Expand Down

0 comments on commit 72c0ce0

Please sign in to comment.