From 6b46c7db8f8fbbf6c19b9e1590bd2c7b7d216f1e Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 5 Mar 2019 08:50:43 -0500 Subject: [PATCH] Fixes linting errors --- .../steps/other-prompts/prompt-other-prompts.controller.js | 2 +- .../templates/prompt/steps/preview/prompt-preview.controller.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.controller.js b/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.controller.js index ef4f44f726..32ab75c786 100644 --- a/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.controller.js +++ b/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.controller.js @@ -12,7 +12,7 @@ export default let scope; - vm.init = (_scope_, _launch_) => { + vm.init = (_scope_) => { scope = _scope_; scope.parseType = 'yaml'; diff --git a/awx/ui/client/src/templates/prompt/steps/preview/prompt-preview.controller.js b/awx/ui/client/src/templates/prompt/steps/preview/prompt-preview.controller.js index d12e05e928..0895994041 100644 --- a/awx/ui/client/src/templates/prompt/steps/preview/prompt-preview.controller.js +++ b/awx/ui/client/src/templates/prompt/steps/preview/prompt-preview.controller.js @@ -25,7 +25,7 @@ export default return [...tags.reduce((map, tag) => map.has(tag.value) ? map : map.set(tag.value, tag), new Map()).values()]; }; - vm.init = (_scope_, _launch_) => { + vm.init = (_scope_) => { scope = _scope_; vm.showJobTags = true;