1
0
Fork 0
mirror of synced 2024-06-20 19:30:28 +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 691ea16998
commit a6e409a062

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")