Remove unnecessary json tag in MuteTimeInterval
Signed-off-by: Ben Ridley <benridley29@gmail.com>
This commit is contained in:
parent
5983d2078d
commit
253e28abde
|
@ -222,7 +222,7 @@ func resolveFilepaths(baseDir string, cfg *Config) {
|
|||
|
||||
// MuteTimeInterval represents a named set of time intervals for which a route should be muted.
|
||||
type MuteTimeInterval struct {
|
||||
Name string `yaml:"name" json:"name"`
|
||||
Name string `yaml:"name"`
|
||||
TimeIntervals []timeinterval.TimeInterval `yaml:"time_intervals"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue