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