diff options
Diffstat (limited to 'src/services/UserProfileService.ts')
-rw-r--r-- | src/services/UserProfileService.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/services/UserProfileService.ts b/src/services/UserProfileService.ts index 3bca66f3..ce9bdda5 100644 --- a/src/services/UserProfileService.ts +++ b/src/services/UserProfileService.ts @@ -51,6 +51,7 @@ export const loadProfileInfo = async (token: string, userId: string) => { university_class, profile_completion_stage, sp_swipe_tutorial, + // onboarded_sugggested_people, friendship_status, friendship_requester_id, } = info; @@ -70,6 +71,7 @@ export const loadProfileInfo = async (token: string, userId: string) => { university_class, profile_completion_stage, sp_swipe_tutorial, + onboarded_sugggested_people: false, friendship_status, friendship_requester_id, }; |