1
0
Fork 0
mirror of synced 2024-08-15 18:11:40 +12:00

Remove wrong createApp

This commit is contained in:
adrinr 2023-01-26 18:24:20 +00:00
parent c49515ef00
commit cae83684ea

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