fix type
This commit is contained in:
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{
|
||||
|
Loading…
Reference in New Issue
Block a user