diff --git a/api/v1/src/profile.js b/api/v1/src/profile.js index 60b0e93..a3d343d 100644 --- a/api/v1/src/profile.js +++ b/api/v1/src/profile.js @@ -39,14 +39,6 @@ async function getProfileFromAnixart(profileId, token = '') { // Кастомные поля profileData.profile.avatar = "https://www.tophentaigallery.com/wp-content/uploads/2020/03/delicious-hentai-gif-xxx-1584367984kn4g8.gif"; profileData.profile.is_sponsor = true; - profileData.profile.rating_score = 10000; - - profileData.profile.plan_count = 9999999; - profileData.profile.completed_count = 9999999; - profileData.profile.hold_on_count = 9999999; - profileData.profile.favorite_count = 9999999; - profileData.profile.watching_count = 9999999; - profileData.profile.dropped_count = 9999999; return { ...profileData,