Skip to content

Commit

Permalink
Merge pull request #27 from RasaHQ/replace-card-using-call
Browse files Browse the repository at this point in the history
Use `call` instead of `link`
  • Loading branch information
tabergma authored Jun 19, 2024
2 parents 1c1bd87 + 1b412a2 commit de28a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/flows/replace_card.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ flows:
next:
- if: slots.confirm_correct_card
then:
- link: replace_eligible_card
- call: replace_eligible_card
next: END
- else:
- action: utter_relevant_card_not_linked
next: END

0 comments on commit de28a31

Please sign in to comment.