fix: conf anonymous overlay problem (#2847)

This commit is contained in:
Kevin Wan
2023-02-05 14:40:57 +08:00
committed by GitHub
parent aed312f3c0
commit a019a1f59f
4 changed files with 55 additions and 15 deletions

View File

@@ -12,7 +12,6 @@ import (
// PropertyError represents a configuration error message.
type PropertyError struct {
error
message string
}