mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
removing lodash dependency as it's no longer used
This commit is contained in:
@@ -19,10 +19,9 @@ export default {
|
||||
resolve: {
|
||||
moduleOptions:
|
||||
[ 'getModuleOptions',
|
||||
'lodashAsPromised',
|
||||
'ProcessErrors',
|
||||
'$stateParams',
|
||||
function(getModuleOptions, _, ProcessErrors, $stateParams) {
|
||||
function(getModuleOptions, ProcessErrors, $stateParams) {
|
||||
|
||||
var hostIds = $stateParams.hostIds.split(',');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user