From 4207f0a49e2c950712a56d0fe0534adb0d62068e 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 00:43:04 +0500 Subject: [PATCH] Update profile.js --- api/v1/src/profile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/v1/src/profile.js b/api/v1/src/profile.js index d9e53bc..6ba5cf7 100644 --- a/api/v1/src/profile.js +++ b/api/v1/src/profile.js @@ -39,7 +39,9 @@ async function getProfileFromAnixart(profileId, token = '') { // // Тестовое поле privilege_level (можно отключить) // profileData.profile.privilege_level = 0; profileData.profile.avatar = "https://giffiles.alphacoders.com/170/170278.gif"; - + profileData.profile.login = "Недоступно!"; + profileData.profile.status = "Ведутся технические работы!"; + return { ...profileData, is_verified: isVerified,