Skip to content

Commit 20fe1f6

Browse files
Adjust
1 parent 71bbf4f commit 20fe1f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dotnet6.GraphQL4.Repositories.Abstractions/DependencyInjection/Extensions/ServiceCollectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ public static OptionsBuilder<ApplicationTransactionOptions> ConfigureTransaction
2626
=> services
2727
.AddOptions<ApplicationTransactionOptions>()
2828
.Bind(section)
29-
.Validate(options => options.IsolationLevel is not IsolationLevel.Unspecified);
29+
.Validate(options => options.IsolationLevel is IsolationLevel.Unspecified);
3030
}
3131
}

0 commit comments

Comments
 (0)