mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
feat: show queued miis on profile
This commit is contained in:
parent
dbc468acd6
commit
48d388b1a7
1 changed files with 0 additions and 2 deletions
|
|
@ -43,8 +43,6 @@ export async function GET(request: NextRequest) {
|
|||
? { in_queue: true } // Only show queued Miis
|
||||
: userId
|
||||
? {
|
||||
// Include queued Miis if user is on their profile
|
||||
...(Number(session?.user?.id) === userId ? {} : { in_queue: false, needsFixing: null }),
|
||||
userId,
|
||||
}
|
||||
: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue