mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
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)
|
||||
.then(count => {
|
||||
mungedEvent.count = count;
|
||||
mungedEvent.count.unrecahble++;
|
||||
mungedEvent.count.unreachable++;
|
||||
mungedEvent.changes = ['count'];
|
||||
});
|
||||
} else if (event.event_name === 'runner_on_error' ||
|
||||
|
||||
Reference in New Issue
Block a user