This commit is contained in:
mike12345567 2021-05-21 11:06:57 +01:00
parent a8ab7858b7
commit 112ed8b3fa
1 changed files with 0 additions and 1 deletions

View File

@ -230,7 +230,6 @@ exports.update = async function (ctx) {
exports.delete = async function (ctx) {
const db = new CouchDB(ctx.params.appId)
const app = await db.get(DocumentTypes.APP_METADATA)
const result = await db.destroy()
/* istanbul ignore next */
if (!env.isTest()) {