summaryrefslogtreecommitdiff
path: root/internal/api/model/history.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/model/history.go')
-rw-r--r--internal/api/model/history.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/model/history.go b/internal/api/model/history.go
index d8b4d6b4f..92b7d4d77 100644
--- a/internal/api/model/history.go
+++ b/internal/api/model/history.go
@@ -18,7 +18,7 @@
package model
-// History represents daily usage history of a hashtag. See https://docs.joinmastodon.org/entities/history/
+// History represents daily usage history of a hashtag.
type History struct {
// UNIX timestamp on midnight of the given day (string cast from integer).
Day string `json:"day"`