fix: StatUserJob again
Some checks are pending
Docker Build and Publish / build (push) Waiting to run

This commit is contained in:
xboard 2025-01-10 14:30:57 +08:00
parent 0b16e49756
commit 819feef80c

View File

@ -57,7 +57,6 @@ class StatUserJob implements ShouldQueue
if ($stat) {
$stat->u += ($v[0] * $this->server['rate']);
$stat->d += ($v[1] * $this->server['rate']);
$stat->t = time();
$stat->save();
} else {
StatUser::create([