diff --git a/internal/pkg/repository_ch/error_groups.go b/internal/pkg/repository_ch/error_groups.go index 82c6bc2..ca71ac9 100644 --- a/internal/pkg/repository_ch/error_groups.go +++ b/internal/pkg/repository_ch/error_groups.go @@ -84,7 +84,7 @@ func (r *repository) GetErrorGroups( offset: uint64(req.Offset), }) - infos, err := r.getErrorInfos(ctx, getErrorInfosParams{ + infos, err = r.getErrorInfos(ctx, getErrorInfosParams{ columns: []string{ "_group_hash", "source",