fix: StatUserJob

This commit is contained in:
xboard 2025-01-10 13:53:03 +08:00
parent 42f1bb2ded
commit 84bef8d339

View File

@ -67,7 +67,6 @@ class StatUserJob implements ShouldQueue
'record_type' => $this->recordType,
'u' => ($v[0] * $this->server['rate']),
'd' => ($v[1] * $this->server['rate']),
't' => time(),
]);
}
});