Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Oct 16, 2024
1 parent 085ecae commit bb8bfaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Digdir.Domain.Dialogporten.Service/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ static void BuildAndRun(string[] args)
.AddLocalConfiguration(builder.Environment);

// Generic consumers are not registered through MassTransits assembly
// scanning so we need to create domain event handlers for all
// domain events and register them manually
// scanning, so we need to create domain event handlers for all
// domain events and register them manually
var openDomainEventConsumer = typeof(DomainEventConsumer<>);
var openDomainEventConsumerDefinition = typeof(DomainEventConsumerDefinition<>);
var domainEventConsumers = DomainExtensions.GetDomainEventTypes()
Expand Down

0 comments on commit bb8bfaa

Please sign in to comment.