@@ -, +, @@ Koha::OAuthAccessTokens->search --- Koha/REST/V1/OAuth.pm | 2 -- 1 file changed, 2 deletions(-) --- a/Koha/REST/V1/OAuth.pm +++ a/Koha/REST/V1/OAuth.pm @@ -48,8 +48,6 @@ sub token { expires_in => $expires_in, ); - my $at = Koha::OAuthAccessTokens->search({ access_token => $token })->next; - my $response = { access_token => $token, token_type => 'Bearer', --