Fix task names

This commit is contained in:
Girish Ramakrishnan
2023-01-25 10:06:35 +01:00
parent e5c3dff910
commit ea8e6d3969
3 changed files with 4 additions and 3 deletions

View File

@@ -457,7 +457,7 @@ angular.module('Application').controller('DomainsController', ['$scope', '$locat
taskId: '',
checkStatus: function () {
Client.getLatestTaskByType(TASK_TYPES.TASK_RENEW_CERTS, function (error, task) {
Client.getLatestTaskByType(TASK_TYPES.TASK_CHECK_CERTS, function (error, task) {
if (error) return console.error(error);
if (!task) return;