Remove @log from MangaDex::Job and save the @success_count and

@fail_count instead
This commit is contained in:
Alex Ling
2020-02-29 04:11:48 +00:00
parent 0b463539c9
commit 5d7bbc7c9b
2 changed files with 72 additions and 36 deletions

View File

@@ -113,7 +113,6 @@ class APIRouter < Router
chapter["full_title"].as_s,
chapter["manga_title"].as_s,
MangaDex::JobStatus::Pending,
"",
Time.utc
)
}