Skip to content

Commit 9159df3

Browse files
committed
Fix typo
1 parent fb6d972 commit 9159df3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Services/Ordering/Ordering.API/Application/IntegrationEvents/OrderingIntegrationEventService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public OrderingIntegrationEventService(IEventBus eventBus,
4141

4242
public async Task PublishEventsThroughEventBusAsync()
4343
{
44-
var pendindLogEvents = await _eventLogService.RetrieveEventLogsPendingToPublishAsync();
44+
var pendingLogEvents = await _eventLogService.RetrieveEventLogsPendingToPublishAsync();
4545

46-
foreach (var logEvt in pendindLogEvents)
46+
foreach (var logEvt in pendingLogEvents)
4747
{
4848
_logger.LogInformation("----- Publishing integration event: {IntegrationEventId} from {AppName} - ({@IntegrationEvent})", logEvt.EventId, Program.AppName, logEvt.IntegrationEvent);
4949

0 commit comments

Comments
 (0)