Jake Vanderwerf
2026-01-20 7a9054bb3f033c98067b3196378311dae54c5fbf
inc/managers/UmamiMetrics.php
@@ -1516,7 +1516,7 @@
        $month_data = $this->getUserMetrics($user_id, $month_start, $today);
        // Build quick summary for dashboard
        $summary = [
      return [
            'today' => [
                'total_views' => $today_data['totals']['total_views'],
                'profile_views' => $today_data['totals']['profile_views'],
@@ -1564,8 +1564,6 @@
            'top_content' => $this->simplifyTopContent($week_data['top_content']),
            'sources' => $week_data['source_breakdown']
        ];
        return $summary;
    }
    /**