From 42466db673a8ce8271e105bc88440348645eebc3 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Wed, 23 Nov 2022 11:21:43 +0300 Subject: [PATCH] fix typo in the Utm structure field tag --- v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/types.go b/v1/types.go index 54b21b1..77491b7 100644 --- a/v1/types.go +++ b/v1/types.go @@ -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.