fix: silly mistake, this is why we have tests

pre-build-predicates
Trevor Whitney 3 months ago
parent d8c4997120
commit 461fed751a
No known key found for this signature in database
  1. 2
      pkg/distributor/field_detection.go

@ -45,7 +45,7 @@ func allowedLabelsForLevel(allowedFields []string) []string {
return validation.DefaultAllowedLevelFields
}
return validation.DefaultAllowedLevelFields
return allowedFields
}
type FieldDetector struct {

Loading…
Cancel
Save