Revert "fix: silly mistake, this is why we have tests"

This reverts commit 461fed751a.
pre-build-predicates
Trevor Whitney 7 months ago
parent 461fed751a
commit b0a85a70f2
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 allowedFields
return validation.DefaultAllowedLevelFields
}
type FieldDetector struct {

Loading…
Cancel
Save