We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4b9c49 + e792533 commit 2aebf06Copy full SHA for 2aebf06
1 file changed
EstateReportingAPI.BusinessLogic/QueryTimingInterceptor.cs
@@ -37,7 +37,7 @@ public override DbDataReader ReaderExecuted(DbCommand command,
37
public override async ValueTask<DbDataReader> ReaderExecutedAsync(DbCommand command,
38
CommandExecutedEventData eventData,
39
DbDataReader result,
40
- CancellationToken cancellationToken = new CancellationToken()) {
+ CancellationToken cancellationToken) {
41
LogIfRequired(command, eventData);
42
43
return result;
0 commit comments