We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30af507 commit 3ded142Copy full SHA for 3ded142
src/ServiceControl.Audit/Auditing/AuditIngestion.cs
@@ -120,7 +120,8 @@ async Task EnsureStarted(CancellationToken cancellationToken = default)
120
OnMessage,
121
errorHandlingPolicy.OnError,
122
OnCriticalError,
123
- TransportTransactionMode.ReceiveOnly);
+ TransportTransactionMode.ReceiveOnly
124
+ );
125
126
queueIngestor = transportInfrastructure.Receivers[inputEndpoint];
127
0 commit comments