Fixed check

This commit is contained in:
David Fowler 2023-05-06 00:21:50 -07:00 committed by Reuben Bond
parent 5ea034106c
commit 031996d87c

View File

@ -347,7 +347,7 @@ public static class CommonExtensions
var eventBusSection = configuration.GetSection("EventBus");
if (eventBusSection.Exists())
if (!eventBusSection.Exists())
{
return services;
}