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
EventBus: InMemoryEventBusSubscriptionsManager: Typo while invoking event
#866
pull/917/head
Alexander Shabunevich
6 years ago
parent
e3daacb9f6
commit
9d07273d6c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/BuildingBlocks/EventBus/EventBus/InMemoryEventBusSubscriptionsManager.cs
+ 1
- 1
src/BuildingBlocks/EventBus/EventBus/InMemoryEventBusSubscriptionsManager.cs
View File
@ -117,7 +117,7 @@ namespace Microsoft.eShopOnContainers.BuildingBlocks.EventBus
var
handler
=
OnEventRemoved
;
if
(
handler
!
=
null
)
{
OnEventRemoved
(
this
,
eventName
)
;
handler
(
this
,
eventName
)
;
}
}
Write
Preview
Loading…
Cancel
Save