More cleanup
This commit is contained in:
parent
6ebf5d6254
commit
70cc163cb0
3 changed files with 6 additions and 14 deletions
|
@ -204,8 +204,7 @@ namespace API.Data
|
|||
.Include(s => s.Volumes)
|
||||
.ThenInclude(v => v.Chapters)
|
||||
.ToListAsync();
|
||||
|
||||
// TODO: refactor this
|
||||
|
||||
IList<int> chapterIds = new List<int>();
|
||||
foreach (var s in series)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue