fix: remove jikan limit params
This commit is contained in:
@@ -127,7 +127,7 @@ func (h *Handler) HandleAPICatalog(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
if fallbackPlaceholder {
|
||||
templates.CatalogPlaceholderItems(jikan.ListPageSize).Render(r.Context(), w)
|
||||
templates.CatalogPlaceholderItems(25).Render(r.Context(), w)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user