fix(alerting): Resolve GoogleChat issue with bad payload when condition has " in it

Fixes #362
This commit is contained in:
TwiN
2022-11-08 20:47:39 -05:00
parent fa47a199e5
commit 967124eb43
3 changed files with 138 additions and 54 deletions

View File

@ -24,7 +24,7 @@ type Config struct {
// Custom is the configuration for the custom alerting provider
Custom *custom.AlertProvider `yaml:"custom,omitempty"`
// googlechat is the configuration for the Google chat alerting provider
// GoogleChat is the configuration for the Google chat alerting provider
GoogleChat *googlechat.AlertProvider `yaml:"googlechat,omitempty"`
// Discord is the configuration for the discord alerting provider