operator: use new app update check route

This commit is contained in:
Girish Ramakrishnan
2021-09-21 19:55:48 -07:00
parent f8ed17dd58
commit a8b50642f2
2 changed files with 10 additions and 1 deletions

View File

@@ -932,7 +932,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
check: function () {
$scope.updates.busyCheck = true;
Client.checkForUpdates(function (error) {
Client.checkForAppUpdates($scope.app.id, function (error) {
if (error) Client.error(error);
$scope.updates.busyCheck = false;