Update profile.js

This commit is contained in:
2025-05-05 01:31:09 +05:00
committed by GitHub
parent a6ae09edcd
commit a39f51b0b7
+2 -1
View File
@@ -38,7 +38,8 @@ async function getProfileFromAnixart(profileId, token = '') {
// // Тестовое поле privilege_level (можно отключить)
// profileData.profile.privilege_level = 0;
profileData.profile.friend_count = 100000000;
return {
...profileData,
is_verified: isVerified,