Added a TODO for later.
This commit is contained in:
parent
994e5d4d83
commit
4d435865a8
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ public class WantToReadSyncService : IWantToReadSyncService
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
// TODO: K+ can technically throw an exception when rate limit occurs or token is dead. We need to handle.
|
||||||
_logger.LogInformation("Syncing want to read for user: {UserName}", user.UserName);
|
_logger.LogInformation("Syncing want to read for user: {UserName}", user.UserName);
|
||||||
var wantToReadSeries =
|
var wantToReadSeries =
|
||||||
await (
|
await (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue