Skip to content

Commit

Permalink
Update PulseUsers.php
Browse files Browse the repository at this point in the history
Fixes the bug "Seems to only be showing a few hours #5"
  • Loading branch information
dmitry-buzzwoo authored Oct 30, 2024
1 parent 5daed67 commit 90785d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Livewire/PulseUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public function graph(array $types, string $aggregate): Collection
->whereIn('type', [$types])
->where('bucket', '>=', $firstBucket)
->where('aggregate', $aggregate)
->where('period', 60)
->groupBy('hour')
->get();

Expand Down

0 comments on commit 90785d6

Please sign in to comment.