update: fix typo

This commit is contained in:
tokumeikoi 2022-07-29 22:02:00 +08:00
parent ef96fca97b
commit 604cb807f1

View File

@ -50,7 +50,7 @@ class StatServerJob implements ShouldQueue
$data = StatServer::lockForUpdate()
->where('record_at', $recordAt)
->where('server_id', $this->server->id)
->where('server_id', $this->server['id'])
->where('server_type', $this->protocol)
->first();
if ($data) {