mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
Fixed linting error
This commit is contained in:
parent
2697615dbf
commit
f9854abfa1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user