Skip to content

Commit

Permalink
Missed Outbox Storage registration for sql server outbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tbd-develop committed Jan 7, 2024
1 parent 0d937af commit a99fa5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public static MediatorOutboxConfigurationBuilder UseSqlServerOutbox(this Mediato
});

services.AddTransient<IOutbox, SqlServerNotificationOutbox>();
services.AddTransient<IOutboxStorage, SqlServerOutboxStorage>();
});

return builder;
Expand Down

0 comments on commit a99fa5b

Please sign in to comment.