mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-13 08:18:14 -04:00
fix: StatUserJob
This commit is contained in:
parent
42f1bb2ded
commit
84bef8d339
@ -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(),
|
||||
]);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user