Delete user from anime on finish

This commit is contained in:
daru
2022-05-18 21:05:37 +02:00
parent 1ae85f9110
commit be1419bfa7
4 changed files with 51 additions and 35 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/valyala/fasthttp"
)
func SearchAnime(query string) ([]Anime, []byte, error) {
func SearchAnimeData(query string) ([]Anime, []byte, error) {
var animes []Anime
data, err := searchCache.Get(query)
if err != nil {