Skip to content

Commit

Permalink
fix credo nesting alias
Browse files Browse the repository at this point in the history
  • Loading branch information
YaleChen299 committed Jul 24, 2023
1 parent af683fd commit cf98cff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/cadet/assessments/assessments.ex
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ defmodule Cadet.Assessments do
end)
|> Repo.transaction()

Cadet.Accounts.Notifications.handle_unsubmit_notifications(
Notifications.handle_unsubmit_notifications(
submission.assessment.id,
Repo.get(CourseRegistration, submission.student_id)
)
Expand Down Expand Up @@ -891,7 +891,7 @@ defmodule Cadet.Assessments do
)
|> Repo.transaction()

Cadet.Accounts.Notifications.handle_unpublish_grades_notifications(
Notifications.handle_unpublish_grades_notifications(
submission.assessment.id,
Repo.get(CourseRegistration, submission.student_id)
)
Expand Down Expand Up @@ -943,7 +943,7 @@ defmodule Cadet.Assessments do
)
|> Repo.transaction()

Cadet.Accounts.Notifications.write_notification_when_graded(
Notifications.write_notification_when_graded(
submission.id,
:graded
)
Expand Down

0 comments on commit cf98cff

Please sign in to comment.