Fixed jobs and patches not building

This commit is contained in:
2017-11-11 12:30:25 +01:00
parent 3b294cd768
commit 8d013c5fb8
3 changed files with 3 additions and 5 deletions

View File

@ -12,8 +12,7 @@ func main() {
arn.PanicOnError(anilist.Authorize())
color.Green(anilist.AccessToken)
allAnime, err := arn.AllAnime()
arn.PanicOnError(err)
allAnime := arn.AllAnime()
count := 0