domain.locked is gone
This commit is contained in:
@@ -81,11 +81,6 @@ angular.module('Application').controller('DomainsController', ['$scope', '$locat
|
||||
if (error) return console.error(error);
|
||||
|
||||
asyncForEach(results, function (result, iteratorDone) {
|
||||
if (result.locked) {
|
||||
domains.push(result);
|
||||
return iteratorDone();
|
||||
}
|
||||
|
||||
Client.getDomain(result.domain, function (error, domain) {
|
||||
if (error) return iteratorDone(error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user