|
@ -34,7 +34,7 @@ public class TyrpOutgoingBackgroundWorker : AsyncPeriodicBackgroundWorkerBase |
|
|
{ |
|
|
{ |
|
|
Logger.LogInformation($"Starting: Handling {Outgoing}"); |
|
|
Logger.LogInformation($"Starting: Handling {Outgoing}"); |
|
|
|
|
|
|
|
|
if (!_options.Value.IncomingOptions.Active) |
|
|
if (!_options.Value.OutgoingOptions.Active) |
|
|
{ |
|
|
{ |
|
|
Logger.LogInformation($"{Outgoing} is not active!"); |
|
|
Logger.LogInformation($"{Outgoing} is not active!"); |
|
|
return; |
|
|
return; |
|
|