(plugin) apps::thales::mistral::vs9::restapi - fix token renew (#4219)

This commit is contained in:
qgarnier 2023-02-13 12:17:22 +00:00 committed by GitHub
parent 132c0f2719
commit 4bf36aa714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ sub clean_token {
my ($self, %options) = @_;
my $datas = { updated => time() };
$self->{cache}->write(data => $datas);
$self->{cache_connect}->write(data => $datas);
}
sub request_api {