Skip to content

Commit

Permalink
update send email to passed (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi4er4 authored May 16, 2024
1 parent 7f7120d commit 346ac56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def handle(self, *args, **options):
filters = {
"campaign": campaign,
"status": Applicant.PERMIT_TO_EXAM,
"data__new_track": new_track,
"new_track": new_track,
}
if applicant_id:
filters["id"] = applicant_id
Expand Down

0 comments on commit 346ac56

Please sign in to comment.