fix: conf anonymous overlay problem (#2847)

This commit is contained in:
Kevin Wan
2023-02-05 14:40:57 +08:00
committed by kevin
parent f7d50ae626
commit 2779568ccf
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
}