Update profile.js

This commit is contained in:
2025-05-03 18:44:21 +05:00
committed by GitHub
parent 154bfdf006
commit e9ecb7c35e

View File

@@ -22,8 +22,8 @@ async function getProfileFromAnixart(profileId, token = '') {
// Не удалось проверить верификацию — игнорируем
}
// Тестовая вставка privilege_level (можно отключить закомментировав строку ниже)
profileData.profile.privilege_level = 3;
// Тестовая вставка (можно отключить закомментировав строку ниже)
// profileData.profile.privilege_level = 3;
return {
...profileData,