From 94a27c0cdfe6556642d4ac6c245d6c102f28a5a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Mon, 5 May 2025 01:09:48 +0500 Subject: [PATCH] Update profile.js --- api/v1/src/profile.js | 8 -------- 1 file changed, 8 deletions(-) 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,