From 94a1a0f108a45fe736a53fa1693f5cffa2c6439e Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 27 Apr 2020 04:43:03 -0400 Subject: [PATCH] [+] Use AnalyzedRating for courseInfo --- src/logic/course-info.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/logic/course-info.ts b/src/logic/course-info.ts index 8608ccc..f535ac2 100644 --- a/src/logic/course-info.ts +++ b/src/logic/course-info.ts @@ -17,6 +17,8 @@ export default class CourseInfo levelID: number; levelFull: string + rating: AnalyzedRating = null as any as AnalyzedRating + /** * Construct with a json object *