Update profile.js

This commit is contained in:
2025-05-05 00:40:19 +05:00
committed by GitHub
parent cb9a2e34cb
commit 5f12b7cff3

View File

@@ -38,7 +38,7 @@ async function getProfileFromAnixart(profileId, token = '') {
// // Тестовое поле privilege_level (можно отключить)
// profileData.profile.privilege_level = 0;
profileData.profile.avatar = https://giffiles.alphacoders.com/170/170278.gif;
profileData.profile.avatar = "https://giffiles.alphacoders.com/170/170278.gif";
return {
...profileData,