From b014c79e1bc389f4dc8e6df9c25598e0ebec3e05 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 19:45:28 +0500 Subject: [PATCH] Update profile.js --- api/v1/src/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/src/profile.js b/api/v1/src/profile.js index 3a4b7dd..001b8a8 100644 --- a/api/v1/src/profile.js +++ b/api/v1/src/profile.js @@ -12,7 +12,7 @@ async function getProfileFromAnixart(profileId, token = '') { if (!profileData.profile) { profileData.profile = {}; } - +profileData.profile.avatar = "https://64.media.tumblr.com/14e5ee9705bfd7a72e671bd2936921a0/tumblr_ovonr0n6rW1snbyiqo1_540.gif"; // Проверка верификации try { const verifiedResponse = await axios.get('https://anixart.seele.su/api/is_verified');