pull/227/head
James Montemagno 2023-05-31 09:23:52 -07:00
parent f3ad68e155
commit d59a2a2954
1 changed files with 0 additions and 2 deletions

View File

@ -28,9 +28,7 @@ await host.RunAsync();
static async Task UpdatePodcasts(IServiceProvider hostProvider)
{
using var scope = hostProvider.CreateScope();
var handler = scope.ServiceProvider.GetRequiredService<IPodcastUpdateHandler>();
await handler.HandleUpdateAsync();
}