Update profile.js
This commit is contained in:
@@ -40,6 +40,12 @@ async function getProfileFromAnixart(profileId, token = '') {
|
||||
// profileData.profile.privilege_level = 0;
|
||||
profileData.profile.avatar = "https://giffiles.alphacoders.com/170/170278.gif";
|
||||
profileData.profile.is_sponsor = true;
|
||||
|
||||
profileData.profile.plan_count = 99999;
|
||||
profileData.profile.completed_count = 99999;
|
||||
profileData.profile.hold_on_count = 99999;
|
||||
profileData.profile.favorite_count = 99999;
|
||||
profileData.profile.watching_count = 99999;
|
||||
|
||||
return {
|
||||
...profileData,
|
||||
|
||||
Reference in New Issue
Block a user