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