From 630a919d51f78fd4c5d3128b14b85ce6bf4a7c71 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 15 Nov 2025 19:05:10 +0000 Subject: [PATCH] completionId: cgen-daab9eeb619744858f16e8f4d9663503 cgen-daab9eeb619744858f16e8f4d9663503 --- api/passport/subdomain/[username].ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/api/passport/subdomain/[username].ts b/api/passport/subdomain/[username].ts index 54f25b08..9f270dac 100644 --- a/api/passport/subdomain/[username].ts +++ b/api/passport/subdomain/[username].ts @@ -92,16 +92,7 @@ export default async function handler(req: VercelRequest, res: VercelResponse) { // Get user's interests const { data: userInterests = [] } = await admin .from("user_interests") - .select( - ` - interest_id, - interests( - id, - name, - category - ) - `, - ) + .select("interest") .eq("user_id", user.id); // Get linked auth providers