Scan Bugfixes (#177)
* Added way more logging for debugging issue #163. Fixed #175 * Removed some comment that isn't needed * Fixed a enumeration issue due to removing while enumerating
This commit is contained in:
parent
09a953be8c
commit
2b99c8abfa
3 changed files with 47 additions and 38 deletions
|
@ -4,6 +4,6 @@ namespace API.Interfaces
|
|||
{
|
||||
public interface IAppUserProgressRepository
|
||||
{
|
||||
Task<bool> CleanupAbandonedChapters();
|
||||
Task<int> CleanupAbandonedChapters();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue