From 42209c010432da913778e6a0f26e61d89b93b075 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Wed, 13 May 2026 17:48:29 +0100 Subject: [PATCH] fix: add fields to profile info api route for settings --- backend/src/app/api/profile/[id]/info/route.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/app/api/profile/[id]/info/route.ts b/backend/src/app/api/profile/[id]/info/route.ts index 97c53ca..3799ff6 100644 --- a/backend/src/app/api/profile/[id]/info/route.ts +++ b/backend/src/app/api/profile/[id]/info/route.ts @@ -18,6 +18,8 @@ export async function GET(request: NextRequest, { params }: { params: Promise<{ image: true, description: true, createdAt: true, + updatedAt: true, + imageUpdatedAt: true, _count: { select: { likes: true,