This commit is contained in:
2022-12-30 12:14:33 +01:00
parent c6fe48168f
commit b256d1e64b
2 changed files with 3 additions and 2 deletions

View File

@ -366,7 +366,8 @@ sub _RetrieveDataFinished {
sub _ProcessingRetrieveData {
return 0 unless ( __PACKAGE__ eq caller(0) );
my ( $self, $response ) = @_;
my $self = shift;
my $response = shift;
if ( $self->{cached}{status} eq 'ok'
and defined($response)