This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fixed check
davidfowl/common-services
David Fowler
1 year ago
committed by
Reuben Bond
parent
5ea034106c
commit
031996d87c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Services/Services.Common/CommonExtensions.cs
+ 1
- 1
src/Services/Services.Common/CommonExtensions.cs
View File
@ -347,7 +347,7 @@ public static class CommonExtensions
var
eventBusSection
=
configuration
.
GetSection
(
"EventBus"
)
;
if
(
eventBusSection
.
Exists
(
)
)
if
(
!
eventBusSection
.
Exists
(
)
)
{
return
services
;
}
Write
Preview
Loading…
Cancel
Save