1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Quick change after diffing and looking through everything.

This commit is contained in:
mike12345567 2020-10-07 09:58:32 +01:00
parent 13c9be4ea3
commit 2f58b2b81e

View file

@ -135,7 +135,7 @@ const createEmptyAppPackage = async (ctx, app) => {
)
const appsFolder = budibaseAppsDir()
const newAppFolder = resolve(join(appsFolder, app._id))
const newAppFolder = resolve(appsFolder, app._id)
if (await exists(newAppFolder)) {
ctx.throw(400, "App folder already exists for this application")