remove provider from trackBeginSetup

This commit is contained in:
Girish Ramakrishnan
2020-06-26 09:55:39 -07:00
parent 8568fd26d8
commit 57de0282cd
2 changed files with 3 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ function getStatus(req, res, next) {
// check if Cloudron is not in setup state nor activated and let appstore know of the attempt
if (!status.activated && !status.setup.active && !status.restore.active) {
appstore.trackBeginSetup(status.provider);
appstore.trackBeginSetup();
}
});
}