Remove wrong createApp
This commit is contained in:
parent
c49515ef00
commit
cae83684ea
|
@ -320,7 +320,6 @@ async function performAppCreate(ctx: BBContext) {
|
||||||
newApplication._rev = response.rev
|
newApplication._rev = response.rev
|
||||||
|
|
||||||
/* istanbul ignore next */
|
/* istanbul ignore next */
|
||||||
await createApp(appId)
|
|
||||||
if (!env.isTest()) {
|
if (!env.isTest()) {
|
||||||
await createApp(appId)
|
await createApp(appId)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue