From d9f4819372b4f0c955fb401ae65d7188a4533778 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 16 Jun 2016 11:59:02 -0700 Subject: [PATCH] js hint --- .../login/authenticationServices/authentication.service.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/login/authenticationServices/authentication.service.js b/awx/ui/client/src/login/authenticationServices/authentication.service.js index 8eed1ace80..c65ca0061d 100644 --- a/awx/ui/client/src/login/authenticationServices/authentication.service.js +++ b/awx/ui/client/src/login/authenticationServices/authentication.service.js @@ -16,9 +16,9 @@ export default ['$http', '$rootScope', '$location', '$cookieStore', 'GetBasePath', 'Store', - '$injector', '$q', + '$injector', function ($http, $rootScope, $location, $cookieStore, GetBasePath, Store, - $injector, $q) { + $injector) { return { setToken: function (token, expires) { // set the session cookie