From 84bef8d33997666f936e239dce3131c31b9ea62f Mon Sep 17 00:00:00 2001 From: xboard Date: Fri, 10 Jan 2025 13:53:03 +0800 Subject: [PATCH] fix: StatUserJob --- app/Jobs/StatUserJob.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Jobs/StatUserJob.php b/app/Jobs/StatUserJob.php index e294f87..4e8449f 100644 --- a/app/Jobs/StatUserJob.php +++ b/app/Jobs/StatUserJob.php @@ -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(), ]); } });