Fix TagMention type

This commit is contained in:
Matt Baer
2021-03-24 15:46:13 -04:00
parent a77cafb3ae
commit f534cc9f9b
+1 -1
View File
@@ -10,5 +10,5 @@ type TagType string
const ( const (
TagHashtag TagType = "Hashtag" TagHashtag TagType = "Hashtag"
TagMention = "Mention" TagMention TagType = "Mention"
) )