Skip to content

Commit

Permalink
Fix bug in NamedEntityCreatedEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Mar 4, 2022
1 parent fefa36f commit 6614ece
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class NamedEntityCreatedEvent : IApplicationEvent
public NamedEntityCreatedEvent(NamedEntity entity, string eventType)
{
Entity = entity;
EventType = eventType;
}
}
}

0 comments on commit 6614ece

Please sign in to comment.