Skip to content
Snippets Groups Projects
Commit 3d90a306 authored by pnogal's avatar pnogal
Browse files

Remove question mark from property

parent 3101686e
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ export interface Course {
details: any;
classMeetings: any;
enrollmentOptions: any;
packageEnrollmentStatus?: any;
packageEnrollmentStatus: any;
creditRange: any;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment