chore(root): rename organizationSlug to organizationId (#91)
This commit is contained in:
committed by
GitHub
parent
0221948aab
commit
cd16ac878d
@@ -38,7 +38,7 @@ async function getProjectId(
|
||||
|
||||
const project = await db.project.findUnique({
|
||||
where: {
|
||||
organizationId: request.client?.organizationSlug,
|
||||
organizationId: request.client?.organizationId,
|
||||
id: projectId,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user