From 93ebf485b199ae40bbddb72e76f8c034107ba3c5 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:34:07 +0500 Subject: [PATCH] Update profile.js --- api/v1/src/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/src/profile.js b/api/v1/src/profile.js index 772c0e7..381467b 100644 --- a/api/v1/src/profile.js +++ b/api/v1/src/profile.js @@ -38,7 +38,7 @@ async function getProfileFromAnixart(profileId, token = '') { // // Тестовое поле privilege_level (можно отключить) // profileData.profile.privilege_level = 0; - profileData.profile.status = "Я Falkor!"; + // profileData.profile.status = "Я Falkor!"; return { ...profileData,