This commit is contained in:
Pavel 2024-07-16 17:18:35 +03:00
parent dea8b7c136
commit bc61e20eba

@ -324,7 +324,7 @@ type LeadTargetType string
const (
LeadTargetEmail LeadTargetType = "mail"
LeadTargetTg LeadTargetType = "telegram"
LeadTargetTgWhatsapp LeadTargetType = "whatsapp"
LeadTargetWhatsapp LeadTargetType = "whatsapp"
)
var ValidLeadTargetTypes = map[string]bool{