Skip to content

Commit 405eb9d

Browse files
committed
MOBILE-3401: Remove duplicated code from course provider
1 parent 072e44e commit 405eb9d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/course/providers/course.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ import { CorePushNotificationsProvider } from '@core/pushnotifications/providers
3131
import { CoreCoursesProvider } from '@core/courses/providers/courses';
3232
import { makeSingleton } from '@singletons/core.singletons';
3333

34-
import { makeSingleton } from '@singletons/core.singletons';
35-
3634
/**
3735
* Service that provides some features regarding a course.
3836
*/
@@ -1164,8 +1162,6 @@ export class CoreCourseProvider {
11641162
}
11651163
}
11661164

1167-
export class CoreCourse extends makeSingleton(CoreCourseProvider) {}
1168-
11691165
/**
11701166
* Data returned by course_summary_exporter.
11711167
*/

0 commit comments

Comments
 (0)