mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-03 03:14:34 -05:00
committed by
GitHub
parent
0225362a92
commit
3c2087452c
@@ -13,7 +13,7 @@ export default async function handle(req: NextApiRequest, res: NextApiResponse)
|
||||
|
||||
// GET
|
||||
if (req.method === "GET") {
|
||||
// find first production enviroment of the user
|
||||
// find first production environment of the user
|
||||
const firstMembership = await prisma.membership.findFirst({
|
||||
where: {
|
||||
userId: user.id,
|
||||
|
||||
Reference in New Issue
Block a user