Skip to content
Snippets Groups Projects
  • Brittney Exline's avatar
    LEARNER-5185 Fix bug in cert generation for passing users who become approved · 8d825fc9
    Brittney Exline authored
    Because of the way async tasks pass arguments, we were passing in a string of a dictionary
    that contained the id verification status but checking it against a dictionary in the
    task's function, which was causing errors for generating certificates for passing users
    whose id verification status changes to approved after they are passing.
    8d825fc9