Skip to content

Commit 1f972d1

Browse files
committed
Fixup
1 parent 0a405b5 commit 1f972d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.Audit/Auditing/AuditIngestion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public override async Task StopAsync(CancellationToken cancellationToken)
294294
}
295295

296296
TransportInfrastructure transportInfrastructure;
297-
IMessageReceiver queueIngestor;
297+
IMessageReceiver messageReceiver;
298298

299299
readonly int MaxBatchSize;
300300
readonly SemaphoreSlim startStopSemaphore = new(1);

0 commit comments

Comments
 (0)