Change duplicated tags

Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
gotjosh 2022-11-14 11:24:34 +00:00
parent f51f51ec72
commit 2c9eb9858e
No known key found for this signature in database
GPG Key ID: A6E1DDE38FF3C74E
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ type WebexConfig struct {
Message string `yaml:"message,omitempty" json:"message,omitempty"`
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.