mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 21:27:46 +00:00
fix: add fields to profile info api route for settings
This commit is contained in:
parent
15aa729e00
commit
42209c0104
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ export async function GET(request: NextRequest, { params }: { params: Promise<{
|
||||||
image: true,
|
image: true,
|
||||||
description: true,
|
description: true,
|
||||||
createdAt: true,
|
createdAt: true,
|
||||||
|
updatedAt: true,
|
||||||
|
imageUpdatedAt: true,
|
||||||
_count: {
|
_count: {
|
||||||
select: {
|
select: {
|
||||||
likes: true,
|
likes: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue