Change duplicated tags
Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
parent
f51f51ec72
commit
2c9eb9858e
|
@ -182,7 +182,7 @@ type WebexConfig struct {
|
||||||
|
|
||||||
Message string `yaml:"message,omitempty" json:"message,omitempty"`
|
Message string `yaml:"message,omitempty" json:"message,omitempty"`
|
||||||
RoomID string `yaml:"room_id" json:"room_id"`
|
RoomID string `yaml:"room_id" json:"room_id"`
|
||||||
BotToken Secret `yaml:"bot_token" yaml:"bot_token"`
|
BotToken Secret `yaml:"bot_token" json:"bot_token"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// UnmarshalYAML implements the yaml.Unmarshaler interface.
|
// UnmarshalYAML implements the yaml.Unmarshaler interface.
|
||||||
|
|
Loading…
Reference in New Issue