@studyportals/fawkes 8.0.2-6 → 8.0.2-7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -42,7 +42,7 @@ Format,
|
|
|
42
42
|
// AttendanceTuitionFee,
|
|
43
43
|
Duration,
|
|
44
44
|
// AttendanceDuration,
|
|
45
|
-
|
|
45
|
+
DegreeAreaTuitionFee,
|
|
46
46
|
// DisciplineContinentAttendance,
|
|
47
47
|
// DegreeContinentTuitionFee,
|
|
48
48
|
// AttendanceFormat,
|
|
@@ -120,7 +120,7 @@ export class ProgrammesSitemapUrlGeneratorManager extends BaseSitemapUrlGenerato
|
|
|
120
120
|
// new DegreeAttendanceTuitionFee(dependencies),
|
|
121
121
|
// new DegreeArea(dependencies),
|
|
122
122
|
// new DegreeTuitionFee(dependencies),
|
|
123
|
-
|
|
123
|
+
new DegreeAreaTuitionFee(dependencies),
|
|
124
124
|
// new DegreeContinentTuitionFee(dependencies),
|
|
125
125
|
// new DegreeDuration(dependencies),
|
|
126
126
|
// new DegreeFormatTuitionFee(dependencies),
|