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
835
835
end )
836
836
|> Repo . transaction ( )
837
837
838
- Cadet.Accounts. Notifications. handle_unsubmit_notifications (
838
+ Notifications . handle_unsubmit_notifications (
839
839
submission . assessment . id ,
840
840
Repo . get ( CourseRegistration , submission . student_id )
841
841
)
@@ -891,7 +891,7 @@ defmodule Cadet.Assessments do
891
891
)
892
892
|> Repo . transaction ( )
893
893
894
- Cadet.Accounts. Notifications. handle_unpublish_grades_notifications (
894
+ Notifications . handle_unpublish_grades_notifications (
895
895
submission . assessment . id ,
896
896
Repo . get ( CourseRegistration , submission . student_id )
897
897
)
@@ -943,7 +943,7 @@ defmodule Cadet.Assessments do
943
943
)
944
944
|> Repo . transaction ( )
945
945
946
- Cadet.Accounts. Notifications. write_notification_when_graded (
946
+ Notifications . write_notification_when_graded (
947
947
submission . id ,
948
948
:graded
949
949
)
You can’t perform that action at this time.
0 commit comments