Remove unused parameter ChannelSettings.SpamAllowed

This commit is contained in:
Alexander Kulinich 2021-02-03 14:57:55 +03:00 committed by GitHub
parent a1ee703fa5
commit e638e38219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -586,8 +586,6 @@ type (
}
ChannelSettings struct {
SpamAllowed bool `json:"spam_allowed"`
CustomerExternalID string `json:"customer_external_id"`
SendingPolicy struct {