Page MenuHomePhorge

No OneTemporary

Size
700 B
Referenced Files
None
Subscribers
None
diff --git a/src/components/who_to_follow/who_to_follow.js b/src/components/who_to_follow/who_to_follow.js
index 44581f3138..d528f67d5a 100644
--- a/src/components/who_to_follow/who_to_follow.js
+++ b/src/components/who_to_follow/who_to_follow.js
@@ -24,11 +24,9 @@ const WhoToFollow = {
id,
credentials: useOAuthStore().token,
}).then((result) => {
- const { data: externalUser } = result
- if (!externalUser.error) {
- useUsersStore().addNewUsers(result)
- this.users.push(externalUser)
- }
+ const [user] = useUsersStore().addNewUsers(result)
+
+ this.users.push(user)
})
})
},

File Metadata

Mime Type
text/x-diff
Expires
Sun, Aug 30, 1:05 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1737988
Default Alt Text
(700 B)

Event Timeline