Fix userId prefilling not working properly (#446)

This commit is contained in:
Matti Nannt
2023-06-28 15:35:41 +02:00
committed by GitHub
parent 8c838bc25c
commit 4f12886bfc

View File

@@ -20,6 +20,7 @@ export async function GET(req: Request): Promise<NextResponse> {
const person = await prisma.person.findFirst({
where: {
environmentId,
attributes: {
some: {
attributeClass: {