Commit b6aed2a
authored
fix: missing import depedencie (#50)
This pull request updates the module dependencies for both the
`staff-academic-grading` and `staff-academic-chaos-grading` modules. The
main change is the addition of the `StaffStatusUpdaterModule` as an
import in both modules, which will allow them to use the services and
providers from the status updater module.
Dependency management:
* Added `StaffStatusUpdaterModule` to the `imports` array in
`StaffAcademicGradingModule` to enable access to staff status updating
functionality.
* Added `StaffStatusUpdaterModule` to the `imports` array in
`StaffAcademicChaosGradingModule` for the same purpose.2 files changed
Lines changed: 4 additions & 0 deletions
File tree
- src/modules
- staff-academic-chaos-grading
- staff-academic-grading
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
0 commit comments