Skip to content

Commit

Permalink
Fixed a bad build
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Feb 11, 2022
1 parent 150479e commit 6db8168
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions API/Data/DbFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ public static Series Series(string name)
};
}

public static SeriesMetadata SeriesMetadata(ComicInfo info)
{
return SeriesMetadata(Array.Empty<CollectionTag>());
}

public static Volume Volume(string volumeNumber)
{
return new Volume()
Expand Down

0 comments on commit 6db8168

Please sign in to comment.