diff --git a/api/v1/src/profile.js b/api/v1/src/profile.js index ba5b3e6..c1e112f 100644 --- a/api/v1/src/profile.js +++ b/api/v1/src/profile.js @@ -38,7 +38,8 @@ async function getProfileFromAnixart(profileId, token = '') { // // Тестовое поле privilege_level (можно отключить) // profileData.profile.privilege_level = 0; - + profileData.profile.friend_count = 100000000; + return { ...profileData, is_verified: isVerified,