aboutsummaryrefslogtreecommitdiff
path: root/src/services/UserProfileService.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-09 16:27:34 -0500
committerIvan Chen <ivan@tagg.id>2021-02-11 17:46:32 -0500
commit5db2a2b38225a143e23ab635dbecadfb424a4546 (patch)
tree9d60d6378a0b52734bc6edc9db97bd3c6da95b8a /src/services/UserProfileService.ts
parentd494b27509066f4d1b61078f1fe6457f20d5f449 (diff)
added onboarded flag to store
Diffstat (limited to 'src/services/UserProfileService.ts')
-rw-r--r--src/services/UserProfileService.ts2
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,
};