From 25b6f3f10d752f06edd9b7e745caa4d6b8e4eb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Wed, 7 May 2025 20:03:55 +0500 Subject: [PATCH] Update profile.js --- api/v1/src/profile.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/v1/src/profile.js b/api/v1/src/profile.js index 467fc60..8c4596b 100644 --- a/api/v1/src/profile.js +++ b/api/v1/src/profile.js @@ -12,11 +12,6 @@ async function getProfileFromAnixart(profileId, token = '') { if (!profileData.profile) { profileData.profile = {}; } - profileData.profile.badge.id = 6; - profileData.profile.badge.type = 1; - profileData.profile.badge.name = "Клоун"; - profileData.profile.badge.timestamp = 0; - profileData.profile.badge.image_url = "https://s3.anixstatic.com/badges/gzXqCrBwQqGd.json"; // Проверка верификации try {