mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix namespace
This commit is contained in:
parent
4dcbdb3e89
commit
fda39de66b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using FilterLists.Agent.Extensions;
|
||||
using FilterLists.Agent.Features.Archiver;
|
||||
using FilterLists.Agent.Features.Lists;
|
||||
using MediatR;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
|
|
@ -14,7 +14,6 @@ public static class Program
|
|||
public static async Task Main()
|
||||
{
|
||||
BuildServiceProvider();
|
||||
|
||||
var mediator = _serviceProvider.GetService<IMediator>();
|
||||
await mediator.Send(new CaptureLists.Command());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue