From 5815fcb505c029c220676e4b37d676990820519a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Fri, 16 Aug 2024 23:16:22 +0500 Subject: [PATCH] Update [userId].ts --- src/pages/api/extension/profile/[userId].ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/api/extension/profile/[userId].ts b/src/pages/api/extension/profile/[userId].ts index b9144fd..f603da7 100644 --- a/src/pages/api/extension/profile/[userId].ts +++ b/src/pages/api/extension/profile/[userId].ts @@ -27,7 +27,7 @@ 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 === '140275' ? { ...anixartRes.data.profile, is_verified: true,