From 3d90a30682a60c4fd090d1850925cc79f34512be Mon Sep 17 00:00:00 2001 From: pnogal <paulina.nogal@wisc.edu> Date: Thu, 25 Oct 2018 10:14:07 -0500 Subject: [PATCH] Remove question mark from property --- src/app/core/models/courses.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/models/courses.ts b/src/app/core/models/courses.ts index 3dcfcfa..4b422e5 100644 --- a/src/app/core/models/courses.ts +++ b/src/app/core/models/courses.ts @@ -24,7 +24,7 @@ export interface Course { details: any; classMeetings: any; enrollmentOptions: any; - packageEnrollmentStatus?: any; + packageEnrollmentStatus: any; creditRange: any; } -- GitLab