Skip to content

Commit

Permalink
Merge pull request #3786 from HDInnovations/AutoGroup-Command
Browse files Browse the repository at this point in the history
(Fix) Auto Group Command
  • Loading branch information
HDVinnie committed Apr 27, 2024
2 parents 5556655 + 6dfaa56 commit c0fc508
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 c0fc508

Please sign in to comment.