mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
lint fix
This commit is contained in:
parent
3190bb5cfd
commit
83df733aaf
@ -82,7 +82,7 @@ export const POST = createSmartRouteHandler({
|
||||
if (tenancy.project.id !== "internal") {
|
||||
throw new StatusError(StatusError.Forbidden, "This endpoint is not available");
|
||||
}
|
||||
|
||||
|
||||
const project = await globalPrismaClient.project.findFirst({
|
||||
where: { id: projectId },
|
||||
});
|
||||
@ -141,7 +141,6 @@ export const POST = createSmartRouteHandler({
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
await overrideEnvironmentConfigOverride({
|
||||
tx: globalPrismaClient,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user