fixed typo in event queue

This commit is contained in:
John Mitchell 2016-10-07 13:11:41 -04:00 committed by jaredevantabor
parent 7b8b83a6ab
commit 40a0c3ff23

View File

@ -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' ||