Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jul 11, 2023
1 parent 4f40781 commit 16e10ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Thruk/Controller/main.pm
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ sub _notifications_data {
$c->stats->profile(begin => "_notifications_data bg refresh");
$cache->touch(); # update timestamp to avoid multiple parallel updates
require Thruk::Utils::External;
my $job = Thruk::Utils::External::perl($c, {
Thruk::Utils::External::perl($c, {
expr => 'Thruk::Controller::main::_notifications_update_cache($c, '.$start.')',
background => 1,
clean => 1,
Expand Down

0 comments on commit 16e10ce

Please sign in to comment.