fix type
This commit is contained in:
parent
dea8b7c136
commit
bc61e20eba
@ -322,9 +322,9 @@ type LeadTarget struct {
|
||||
type LeadTargetType string
|
||||
|
||||
const (
|
||||
LeadTargetEmail LeadTargetType = "mail"
|
||||
LeadTargetTg LeadTargetType = "telegram"
|
||||
LeadTargetTgWhatsapp LeadTargetType = "whatsapp"
|
||||
LeadTargetEmail LeadTargetType = "mail"
|
||||
LeadTargetTg LeadTargetType = "telegram"
|
||||
LeadTargetWhatsapp LeadTargetType = "whatsapp"
|
||||
)
|
||||
|
||||
var ValidLeadTargetTypes = map[string]bool{
|
||||
|
Loading…
Reference in New Issue
Block a user