custom asyncSeries() is gone

This commit is contained in:
Johannes Zellner
2020-06-03 23:08:05 +02:00
parent 0410ba51ca
commit eeac846f5a
3 changed files with 8 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
/* global angular */
/* global $ */
/* global asyncSeries */
/* global async */
/* global asyncForEach */
/* global RSTATES */
/* global ISTATES */
@@ -1580,7 +1580,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
$scope.setView($scope.app.error ? 'repair' : 'display', true /* skipViewShow */);
}
asyncSeries([
async.series([
fetchUsers,
fetchGroups,
getDomains,