aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/types/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/types.ts b/src/types/types.ts
index c1456e5f..48b52366 100644
--- a/src/types/types.ts
+++ b/src/types/types.ts
@@ -42,7 +42,7 @@ export interface ProfileInfoType {
website: string;
gender: string;
university_class: number;
- university: UniversityType | undefined;
+ university: UniversityType;
profile_completion_stage: number;
suggested_people_linked: number;
birthday: Date | undefined;