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,