fix(plugin)bypass-perl-error-messy-commvault-api (#2894)

This commit is contained in:
Simon Bomm 2021-06-29 16:51:19 +02:00 committed by GitHub
parent f0930a1bbf
commit 7fea97733b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ sub request_paging {
header => ['Cache-Control: private']
);
last if (!defined($results->{feedsList}));
push @$alerts, @{$results->{feedsList}};
last if ($results->{totalNoOfAlerts} < ($page_num * $page_count));
$page_num++;