diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-03-26 18:17:17 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-03-26 18:17:17 -0400 |
| commit | fca7886b673211ed566d7d5bb96ee5e594e8005a (patch) | |
| tree | 367fc28613a1209da70badd4c89a0f57956439c3 /src | |
| parent | ca8b6c15856d3552b4a00ba36ef8a203d01f952e (diff) | |
minor fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/types/types.ts | 2 |
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; |
