From 6d9e021b141a81584cd1691e2a664ae73ef60bdb Mon Sep 17 00:00:00 2001 From: perennial Date: Sun, 13 Oct 2024 23:54:32 +1100 Subject: [PATCH] properly rm unused field in Data_artwork struct --- server/routes/artwork.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/routes/artwork.go b/server/routes/artwork.go index c63212d..1aa2924 100644 --- a/server/routes/artwork.go +++ b/server/routes/artwork.go @@ -32,7 +32,6 @@ func ArtworkPage(w http.ResponseWriter, r *http.Request) error { return RenderHTML(w, r, Data_artwork{ Illust: *illust, - IllustType: illust.IllustType, Title: illust.Title, MetaDescription: metaDescription, MetaImage: illust.Images[0].Original,