From 16855a533a9370d118fa846f9a83042047837e2e Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Fri, 10 Jul 2026 15:03:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(server):=20=E6=B8=85=E7=90=86=20stale=20c?= =?UTF-8?q?ode=5Fbatches=20=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/internal/admin/types.go | 2 +- server/internal/codes/admin_support.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/internal/admin/types.go b/server/internal/admin/types.go index eb2f3b1..f401bdb 100644 --- a/server/internal/admin/types.go +++ b/server/internal/admin/types.go @@ -60,7 +60,7 @@ type AuditFilter struct { Offset int } -// BatchSummary is a code_batches row with aggregate code counts for the +// BatchSummary is a codes_batches row with aggregate code counts for the // batch list view. type BatchSummary struct { ID int64 diff --git a/server/internal/codes/admin_support.go b/server/internal/codes/admin_support.go index 4823e41..45689bc 100644 --- a/server/internal/codes/admin_support.go +++ b/server/internal/codes/admin_support.go @@ -6,7 +6,7 @@ import ( "time" ) -// BatchInfo summarises a code_batches row with aggregate code counts, for the +// BatchInfo summarises a codes_batches row with aggregate code counts, for the // admin batch-list view. It carries no plaintext — only hashes live in `codes`. type BatchInfo struct { ID int64