Skip to content

Commit

Permalink
Fixed bug on alice client feedback call
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-lamoso committed Jan 5, 2021
1 parent d0ac480 commit ddb6b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alice/onboarding/onboarding.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def add_user_feedback(
user_id=user_id,
document_id=document_id,
selfie_media_id=selfie_media_id,
decision=decision.value,
decision=decision,
additional_feedback=additional_feedback,
verbose=verbose,
)
Expand Down

0 comments on commit ddb6b78

Please sign in to comment.