MOBILE-3401: Remove duplicated code from course provider

main
Noel De Martin 2020-06-11 13:20:36 +02:00
parent 072e44e536
commit 405eb9d290
1 changed files with 0 additions and 4 deletions

View File

@ -31,8 +31,6 @@ import { CorePushNotificationsProvider } from '@core/pushnotifications/providers
import { CoreCoursesProvider } from '@core/courses/providers/courses';
import { makeSingleton } from '@singletons/core.singletons';
import { makeSingleton } from '@singletons/core.singletons';
/**
* Service that provides some features regarding a course.
*/
@ -1164,8 +1162,6 @@ export class CoreCourseProvider {
}
}
export class CoreCourse extends makeSingleton(CoreCourseProvider) {}
/**
* Data returned by course_summary_exporter.
*/