mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
fixed typo in event queue
This commit is contained in:
committed by
jaredevantabor
parent
7b8b83a6ab
commit
40a0c3ff23
@@ -117,7 +117,7 @@ export default ['jobResultsService', '$q', function(jobResultsService, $q){
|
|||||||
getPreviousCount(mungedEvent.counter)
|
getPreviousCount(mungedEvent.counter)
|
||||||
.then(count => {
|
.then(count => {
|
||||||
mungedEvent.count = count;
|
mungedEvent.count = count;
|
||||||
mungedEvent.count.unrecahble++;
|
mungedEvent.count.unreachable++;
|
||||||
mungedEvent.changes = ['count'];
|
mungedEvent.changes = ['count'];
|
||||||
});
|
});
|
||||||
} else if (event.event_name === 'runner_on_error' ||
|
} else if (event.event_name === 'runner_on_error' ||
|
||||||
|
|||||||
Reference in New Issue
Block a user