From 36725a09b94b37ebfcd17f8909070745482728b0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 15 May 2019 10:44:45 -0400 Subject: typo #817 --- www/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index cf95a600..c8e59138 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -694,11 +694,11 @@ angular.module('zmApp', [ rejection.config.url = rejection.config.url.replace(/&token=([^&]*)/, $rootScope.authSession); return $injector.get('$http')(rejection.config); }, function (err) { - return response; + return err; }); } else { - return response; + return rejection; } }, -- cgit v1.2.3