Remove wrong createApp

This commit is contained in:
adrinr 2023-01-26 18:24:20 +00:00
parent 8384485b33
commit 79c48bf6bc
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ async function performAppCreate(ctx: BBContext) {
newApplication._rev = response.rev
/* istanbul ignore next */
await createApp(appId)
if (!env.isTest()) {
await createApp(appId)
}