diff --git a/FastGithub.Scanner/ScannerServiceCollectionExtensions.cs b/FastGithub.Scanner/ScannerServiceCollectionExtensions.cs index d681cc1..51b798e 100644 --- a/FastGithub.Scanner/ScannerServiceCollectionExtensions.cs +++ b/FastGithub.Scanner/ScannerServiceCollectionExtensions.cs @@ -39,7 +39,7 @@ namespace FastGithub return services .AddMemoryCache() .AddServiceAndOptions(assembly, configuration) - //.AddHostedService() + .AddHostedService() .AddHostedService(); ; }