From c19e6b351d71a05a53e00ce5e4ce6fea79b0e651 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 5 Aug 2022 12:31:26 +0000 Subject: [PATCH] Bug 28787: (QA follow-up) Remove unused variable Signed-off-by: Kyle M Hall --- Koha/REST/V1/Auth.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/REST/V1/Auth.pm b/Koha/REST/V1/Auth.pm index 1b315df0f36..49b0314ce53 100644 --- a/Koha/REST/V1/Auth.pm +++ b/Koha/REST/V1/Auth.pm @@ -161,7 +161,6 @@ sub authenticate_api_request { $c->stash_overrides(); my $cookie_auth = 0; - my $pending_auth; my $authorization = $spec->{'x-koha-authorization'}; -- 2.30.2