From f9854abfa120662843c9a6b4ee4e678b4783970c Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 17 Dec 2018 10:40:20 -0500 Subject: [PATCH] Fixed linting error --- .../src/workflow-results/workflow-results.controller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/workflow-results/workflow-results.controller.js b/awx/ui/client/src/workflow-results/workflow-results.controller.js index 8b8f60e859..9870d2c7b1 100644 --- a/awx/ui/client/src/workflow-results/workflow-results.controller.js +++ b/awx/ui/client/src/workflow-results/workflow-results.controller.js @@ -1,10 +1,10 @@ export default ['workflowData', 'workflowResultsService', 'workflowDataOptions', 'jobLabels', 'workflowNodes', '$scope', 'ParseTypeChange', 'ParseVariableString', 'count', '$state', 'i18n', 'WorkflowChartService', '$filter', - 'moment', 'ProcessErrors', function(workflowData, workflowResultsService, + 'moment', function(workflowData, workflowResultsService, workflowDataOptions, jobLabels, workflowNodes, $scope, ParseTypeChange, ParseVariableString, count, $state, i18n, WorkflowChartService, $filter, - moment, ProcessErrors) { + moment) { let nodeRef; var runTimeElapsedTimer = null;