mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(archival): ♻ rm covariant type param from logger field
This commit is contained in:
parent
6f1a04afd5
commit
218010acf3
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace FilterLists.Archival.Infrastructure.Persistence
|
|||
internal class GitFileArchiver : IArchiveFiles
|
||||
{
|
||||
private readonly IList<string> _filePaths = new List<string>();
|
||||
private readonly ILogger<GitFileArchiver> _logger;
|
||||
private readonly ILogger _logger;
|
||||
private readonly GitOptions _options;
|
||||
private readonly IRepository _repository;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue