Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindavid committed Nov 27, 2023
1 parent 1826a3f commit db7f942
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/widgets/Realtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ public function getBodyHtml(): ?string

$realtimeRefreshInterval = Analytics::$plugin->getAnalytics()->getRealtimeRefreshInterval();

$widgetId = $this->id;
$widgetOptions = [
'sourceId' => $widgetSettings['sourceId'],
'refreshInterval' => $realtimeRefreshInterval,
];

$view->registerTranslations('analytics', [
'Minutes ago',
'Pageviews',
Expand Down

0 comments on commit db7f942

Please sign in to comment.