From a39f51b0b7d9180cefb9daa070350d866f5a148c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Mon, 5 May 2025 01:31:09 +0500 Subject: [PATCH] Update profile.js --- api/v1/src/profile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,