Skip to content

Commit

Permalink
Merge pull request #9 from dmitry-buzzwoo/patch-1
Browse files Browse the repository at this point in the history
Update PulseUsers.php
  • Loading branch information
abbasudo authored Oct 30, 2024
2 parents 5daed67 + 90785d6 commit 3c0d568
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 3c0d568

Please sign in to comment.