Upgraded to latest aero version
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
// Get ...
|
||||
func Get(ctx *aero.Context) string {
|
||||
func Get(ctx aero.Context) error {
|
||||
user := utils.GetUser(ctx)
|
||||
genres := []string{}
|
||||
genreToAnime := map[string]*arn.Anime{}
|
||||
|
Reference in New Issue
Block a user