mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 01:34:45 -03:30
Fix jshint warning
This commit is contained in:
@@ -43,7 +43,7 @@ export default ['Rest', 'Wait',
|
||||
organization: $scope.organization,
|
||||
script: $scope.script
|
||||
})
|
||||
.success(function(data) {
|
||||
.success(function() {
|
||||
$state.go('inventoryScripts', null, { reload: true });
|
||||
Wait('stop');
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user