Skip to content

Commit

Permalink
fix: remove registration form data
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jul 22, 2021
1 parent f02d6f4 commit d67db4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openedx_events/learning/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
CertificateData,
CohortData,
CourseEnrollmentData,
RegistrationFormData,
UserData,
)
from openedx_events.tooling import OpenEdxPublicSignal
Expand All @@ -21,7 +20,6 @@
event_type="org.openedx.learning.student.registration.completed.v1",
data={
"user": UserData,
"registration_form": RegistrationFormData,
}
)

Expand Down

0 comments on commit d67db4b

Please sign in to comment.