fix typo in the Utm structure field tag
This commit is contained in:
parent
be7388a4c1
commit
42466db673
@ -264,7 +264,7 @@ type Utm struct {
|
||||
Medium string `json:"medium,omitempty"`
|
||||
Campaign string `json:"campaign,omitempty"`
|
||||
Term string `json:"term,omitempty"`
|
||||
Content string `json:"content,omitempty" `
|
||||
Content string `json:"content,omitempty"`
|
||||
}
|
||||
|
||||
// Message struct.
|
||||
|
Loading…
Reference in New Issue
Block a user