revert
This commit is contained in:
parent
13ed40b3cc
commit
50eeb1303e
|
|
@ -36,7 +36,7 @@ public class CrontabPlugin : IBotSharpPlugin
|
|||
services.AddScoped<ICrontabService, CrontabService>();
|
||||
services.AddScoped<ITaskFeeder, CrontabService>();
|
||||
|
||||
//services.AddHostedService<CrontabWatcher>();
|
||||
//services.AddHostedService<CrontabEventSubscription>();
|
||||
services.AddHostedService<CrontabWatcher>();
|
||||
services.AddHostedService<CrontabEventSubscription>();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue