appstore: automatic is not stableOnly
This commit is contained in:
@@ -56,6 +56,6 @@ async function checkForUpdates(req, res, next) {
|
||||
// it can take a while sometimes to get all the app updates one by one
|
||||
req.clearTimeout();
|
||||
|
||||
await updateChecker.checkForUpdates({ automatic: false });
|
||||
await updateChecker.checkForUpdates({ stableOnly: false });
|
||||
next(new HttpSuccess(200, { update: updateChecker.getUpdateInfo() }));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user