Skip to content

Commit dde9163

Browse files
committed
appName added
1 parent 9290f7f commit dde9163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-backend/src/routes/AppDefinitionRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ router.post('/register/', function (req, res, next) {
284284
}
285285

286286
if (appCreated) {
287-
return dataStore.deleteAppDefinition()
287+
return dataStore.deleteAppDefinition(appName)
288288
.then(function () {
289289
return createRejectionPromise();
290290
});

0 commit comments

Comments
 (0)