Updated the data returned for the app
parent
62b3b87cda
commit
8a9dbf4457
|
@ -36,7 +36,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||||
|
|
||||||
const app = await prisma.app.findUnique({
|
const app = await prisma.app.findUnique({
|
||||||
where: { slug: reqBody.appSlug },
|
where: { slug: reqBody.appSlug },
|
||||||
select: { slug: true },
|
select: { dirName: true },
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!app) {
|
if (!app) {
|
||||||
|
|
Loading…
Reference in New Issue