We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072e44e commit 405eb9dCopy full SHA for 405eb9d
src/core/course/providers/course.ts
@@ -31,8 +31,6 @@ import { CorePushNotificationsProvider } from '@core/pushnotifications/providers
31
import { CoreCoursesProvider } from '@core/courses/providers/courses';
32
import { makeSingleton } from '@singletons/core.singletons';
33
34
-import { makeSingleton } from '@singletons/core.singletons';
35
-
36
/**
37
* Service that provides some features regarding a course.
38
*/
@@ -1164,8 +1162,6 @@ export class CoreCourseProvider {
1164
1162
}
1165
1163
1166
1167
-export class CoreCourse extends makeSingleton(CoreCourseProvider) {}
1168
1169
1170
* Data returned by course_summary_exporter.
1171
0 commit comments