File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -835,7 +835,7 @@ defmodule Cadet.Assessments do
835835 end )
836836 |> Repo . transaction ( )
837837
838- Cadet.Accounts. Notifications. handle_unsubmit_notifications (
838+ Notifications . handle_unsubmit_notifications (
839839 submission . assessment . id ,
840840 Repo . get ( CourseRegistration , submission . student_id )
841841 )
@@ -891,7 +891,7 @@ defmodule Cadet.Assessments do
891891 )
892892 |> Repo . transaction ( )
893893
894- Cadet.Accounts. Notifications. handle_unpublish_grades_notifications (
894+ Notifications . handle_unpublish_grades_notifications (
895895 submission . assessment . id ,
896896 Repo . get ( CourseRegistration , submission . student_id )
897897 )
@@ -943,7 +943,7 @@ defmodule Cadet.Assessments do
943943 )
944944 |> Repo . transaction ( )
945945
946- Cadet.Accounts. Notifications. write_notification_when_graded (
946+ Notifications . write_notification_when_graded (
947947 submission . id ,
948948 :graded
949949 )
You can’t perform that action at this time.
0 commit comments