aboutsummaryrefslogtreecommitdiff
path: root/src/services/UserProfileService.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-23 17:23:56 -0500
committerIvan Chen <ivan@tagg.id>2021-02-23 17:23:56 -0500
commitc860cb0dd149cc38a3c26b84fcb61df6da971fb5 (patch)
treea1a48ba6adfdb86f5a9d0354b5889b2f79bdd34d /src/services/UserProfileService.ts
parent6a2706cfa7edbe60ad0a6d27e5c4ca2b7faf1361 (diff)
parent5864b997b68ae774a871ee9b43c0e548a2656cc6 (diff)
Merge branch 'master' into sp-add-friend-button
# Conflicts: # src/screens/suggestedPeople/SuggestedPeopleScreen.tsx
Diffstat (limited to 'src/services/UserProfileService.ts')
-rw-r--r--src/services/UserProfileService.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/services/UserProfileService.ts b/src/services/UserProfileService.ts
index fff35370..bfc4933f 100644
--- a/src/services/UserProfileService.ts
+++ b/src/services/UserProfileService.ts
@@ -145,8 +145,6 @@ export const loadSocialPosts: (
accountData.handle = body.handle;
accountData.posts = body.posts;
accountData.profile_pic = body.profile_pic;
- } else {
- throw 'Unable to fetch posts data from ' + socialType;
}
} catch (error) {
console.log(error);