Update profile.js
This commit is contained in:
@@ -12,7 +12,7 @@ async function getProfileFromAnixart(profileId, token = '') {
|
|||||||
if (!profileData.profile) {
|
if (!profileData.profile) {
|
||||||
profileData.profile = {};
|
profileData.profile = {};
|
||||||
}
|
}
|
||||||
profileData.profile.avatar = "https://64.media.tumblr.com/14e5ee9705bfd7a72e671bd2936921a0/tumblr_ovonr0n6rW1snbyiqo1_540.gif";
|
profileData.profile.badge.id = 6;
|
||||||
// Проверка верификации
|
// Проверка верификации
|
||||||
try {
|
try {
|
||||||
const verifiedResponse = await axios.get('https://anixart.seele.su/api/is_verified');
|
const verifiedResponse = await axios.get('https://anixart.seele.su/api/is_verified');
|
||||||
|
|||||||
Reference in New Issue
Block a user