From e309ad25e4f1ca60bf1eed59b75fa5f3e6e53e06 Mon Sep 17 00:00:00 2001 From: Keith Grant Date: Wed, 11 Sep 2019 14:34:25 -0700 Subject: [PATCH] de-lint --- awx/ui/client/src/notifications/edit/edit.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/notifications/edit/edit.controller.js b/awx/ui/client/src/notifications/edit/edit.controller.js index b9b9bd0dc2..68748b0698 100644 --- a/awx/ui/client/src/notifications/edit/edit.controller.js +++ b/awx/ui/client/src/notifications/edit/edit.controller.js @@ -330,7 +330,7 @@ export default ['Rest', 'Wait', const isUsernameIncluded = ( $scope.notification_type.value === 'email' || $scope.notification_type.value === 'webhook' - ) + ); if (i === "username" && isUsernameIncluded && (value === null || value === undefined)) { $scope[i] = "";