fix: add Google Chat to list of alert types when determining valid providers (#341)

This commit is contained in:
David Wheatley 2022-10-15 22:56:38 +01:00 committed by GitHub
parent 3c0ea72a5c
commit e5a94979dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,6 +302,7 @@ func validateAlertingConfig(alertingConfig *alerting.Config, endpoints []*core.E
alertTypes := []alert.Type{
alert.TypeCustom,
alert.TypeDiscord,
alert.TypeGoogleChat,
alert.TypeEmail,
alert.TypeMatrix,
alert.TypeMattermost,