Fixed linter errors

This commit is contained in:
2019-10-21 14:02:09 +09:00
parent 1819367160
commit 506fd3c0a7
6 changed files with 45 additions and 43 deletions

View File

@ -16,7 +16,7 @@ func main() {
if anime == nil {
color.Yellow(episode.AnimeID)
episode.Delete()
_ = episode.Delete()
count++
}
}