Upgraded to latest aero version
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
// Best characters.
|
||||
func Best(ctx *aero.Context) string {
|
||||
func Best(ctx aero.Context) error {
|
||||
characters := fetchAll()
|
||||
|
||||
arn.SortCharactersByLikes(characters)
|
||||
|
Reference in New Issue
Block a user