Skip to content

Commit

Permalink
fix: autogroup
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed Apr 27, 2024
1 parent 5556655 commit 6dfaa56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Console/Commands/AutoGroup.php
Expand Up @@ -64,7 +64,6 @@ public function handle(): void

foreach ($groups as $group) {
$seedtime ??= DB::table('history')
->whereNull('deleted_at')
->where('user_id', '=', $user->id)
->avg('seedtime') ?? 0;

Expand Down

0 comments on commit 6dfaa56

Please sign in to comment.