Skip to content

Commit

Permalink
Post-rebase update
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Oct 5, 2020
1 parent 620dec2 commit 02e30bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_sdk/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ async def validate(
Returns:
`SlotSet` events for every validated slot.
"""
slots: Dict[Text, Any] = tracker.form_slots_to_validate()
slots: Dict[Text, Any] = tracker.slots_to_validate()

for slot_name, slot_value in slots.items():
function_name = f"validate_{slot_name}"
Expand Down

0 comments on commit 02e30bd

Please sign in to comment.