mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 15:53:36 -05:00
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