From 50af23992e61e9bf4951ed230b13b24b7960c53f 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 00:55:32 +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 2e2f667..e5f8334 100644 --- a/api/v1/src/profile.js +++ b/api/v1/src/profile.js @@ -41,7 +41,7 @@ async function getProfileFromAnixart(profileId, token = '') { profileData.profile.avatar = "https://giffiles.alphacoders.com/170/170278.gif"; profileData.profile.is_sponsor = true; - profileData.profile.plan_count = 99999; + profileData.profile.plan_count = 9999999; profileData.profile.completed_count = 9999999; profileData.profile.hold_on_count = 9999999; profileData.profile.favorite_count = 9999999;