code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -7,4 +7,4 @@ public interface ITraktApiClient
|
||||
{
|
||||
Task<Either<BaseError, TraktList>> GetUserList(string user, string list);
|
||||
Task<Either<BaseError, List<TraktListItemWithGuids>>> GetUserListItems(string user, string list);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user