Fix jshint warning

This commit is contained in:
gconsidine 2017-07-25 09:49:25 -04:00
parent 20f83b6c55
commit 568fd7ad22

View File

@ -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');
})