diff --git a/src/pages/api/extension/profile/[userId].ts b/src/pages/api/extension/profile/[userId].ts index 3b97a85..06d945d 100644 --- a/src/pages/api/extension/profile/[userId].ts +++ b/src/pages/api/extension/profile/[userId].ts @@ -27,17 +27,18 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse) try { const anixartRes = await axios.get(anixartAPI); - const currentProfile = anixartRes.data.profile && userId === '790852' + const currentProfile = anixartRes.data.profile && userId === '1207425' ? { ...anixartRes.data.profile, is_verified: true, is_sponsor: true, + is_perm_banned: false, is_sponsor_transferred: false, sponsorshipExpires: Number.MAX_SAFE_INTEGER, roles: [ { id: 1, - name: "Разработчик мода", + name: "Тестовый аккаунт", color: "F04E4E" } ],