1
0
mirror of synced 2024-11-22 04:56:06 +03:00

fix typo in the Utm structure field tag

This commit is contained in:
Pavel 2022-11-23 11:21:43 +03:00 committed by GitHub
parent be7388a4c1
commit 42466db673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.