custom asyncForEach() is gone
This commit is contained in:
+1
-2
@@ -3,7 +3,6 @@
|
||||
/* global angular */
|
||||
/* global $ */
|
||||
/* global async */
|
||||
/* global asyncForEach */
|
||||
/* global RSTATES */
|
||||
/* global ISTATES */
|
||||
/* global ERROR */
|
||||
@@ -331,7 +330,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
domains.push({ subdomain: a.subdomain, domain: a.domain });
|
||||
});
|
||||
|
||||
asyncForEach(domains, function (domain, callback) {
|
||||
async.eachSeries(domains, function (domain, callback) {
|
||||
if (overwriteDns) return callback();
|
||||
|
||||
Client.checkDNSRecords(domain.domain, domain.subdomain, function (error, result) {
|
||||
|
||||
Reference in New Issue
Block a user