mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-31 03:19:06 -06:00
Fix userId prefilling not working properly (#446)
This commit is contained in:
@@ -20,6 +20,7 @@ export async function GET(req: Request): Promise<NextResponse> {
|
||||
|
||||
const person = await prisma.person.findFirst({
|
||||
where: {
|
||||
environmentId,
|
||||
attributes: {
|
||||
some: {
|
||||
attributeClass: {
|
||||
|
||||
Reference in New Issue
Block a user