From 3007204e5076e5a513fadbc4ee1fbc830e9b3699 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:05:44 +0500 Subject: [PATCH] Update profile.js --- api/v1/src/profile.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/api/v1/src/profile.js b/api/v1/src/profile.js index 0387cd1..f878834 100644 --- a/api/v1/src/profile.js +++ b/api/v1/src/profile.js @@ -36,7 +36,7 @@ async function getProfileFromAnixart(profileId, token = '') { // Ошибку загрузки ролей игнорируем } - // Кастомизация профиля + // Кастомные поля profileData.profile.avatar = "https://giffiles.alphacoders.com/170/170278.gif"; profileData.profile.is_sponsor = true; profileData.profile.is_sponsor_transferred = true; @@ -49,14 +49,6 @@ async function getProfileFromAnixart(profileId, token = '') { profileData.profile.watching_count = 9999999; profileData.profile.dropped_count = 9999999; - profileData.profile.badge = { - id: 1337, - type: 1, - name: "Tung Tung Tung Sahur", - timestamp: Date.now(), - image_url: "https://vse-footbolki.ru/image/catalog/vsm/0/1/1663/1663071/previews/people_1_sign_front_white_700.jpg - }; - return { ...profileData, };