Improved code documentation

This commit is contained in:
2019-09-10 09:49:51 +09:00
parent e774dccb08
commit 27753f6f9e
11 changed files with 28 additions and 24 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/animenotifier/notify.moe/utils"
)
// Filter ...
// Filter filters the anime for the explore page.
func Filter(ctx aero.Context) error {
year := ctx.Get("year")
season := ctx.Get("season")