From e9ecb7c35e774654f5b8a49b3eb9241e7b387ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Sat, 3 May 2025 18:44:21 +0500 Subject: [PATCH] Update profile.js --- api/v1/src/profile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1/src/profile.js b/api/v1/src/profile.js index fc49670..bdc5cc9 100644 --- a/api/v1/src/profile.js +++ b/api/v1/src/profile.js @@ -22,8 +22,8 @@ async function getProfileFromAnixart(profileId, token = '') { // Не удалось проверить верификацию — игнорируем } - // Тестовая вставка privilege_level (можно отключить закомментировав строку ниже) - profileData.profile.privilege_level = 3; + // Тестовая вставка (можно отключить закомментировав строку ниже) + // profileData.profile.privilege_level = 3; return { ...profileData,