mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
TODO: git init if repo doesn't exist
This commit is contained in:
parent
b25dcf6903
commit
88dc9174f6
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ public Handler(IFilterListsApiClient apiClient, IMediator mediator)
|
|||
|
||||
protected override async Task Handle(Command request, CancellationToken cancellationToken)
|
||||
{
|
||||
//TODO: git init if repo doesn't exist
|
||||
var lists = await GetListInfo();
|
||||
await _mediator.Send(new DownloadLists.Command(lists), cancellationToken);
|
||||
//TODO: git add .
|
||||
|
|
|
|||
Loading…
Reference in a new issue