fix: add fields to profile info api route for settings

This commit is contained in:
trafficlunar 2026-05-13 17:48:29 +01:00 committed by GitHub
parent 15aa729e00
commit 42209c0104
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,