fix: remove duplicate groupExistenceBatchReader declaration in admin_service.go

This commit is contained in:
erio
2026-03-04 20:24:12 +08:00
parent 09f8894906
commit 7895dd65b2

View File

@@ -434,10 +434,6 @@ type userGroupRateBatchReader interface {
GetByUserIDs(ctx context.Context, userIDs []int64) (map[int64]map[int64]float64, error)
}
type groupExistenceBatchReader interface {
ExistsByIDs(ctx context.Context, ids []int64) (map[int64]bool, error)
}
// NewAdminService creates a new AdminService
func NewAdminService(
userRepo UserRepository,