Skip to content

Commit b47f705

Browse files
author
Bart Koelman
committed
Added missing setter
1 parent 74ed6a5 commit b47f705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonApiDotNetCore/Configuration/JsonApiOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public sealed class JsonApiOptions : IJsonApiOptions
7272
public int? MaximumOperationsPerRequest { get; set; } = 10;
7373

7474
/// <inheritdoc />
75-
public IsolationLevel? TransactionIsolationLevel { get; }
75+
public IsolationLevel? TransactionIsolationLevel { get; set; }
7676

7777
/// <inheritdoc />
7878
public JsonSerializerSettings SerializerSettings { get; } = new JsonSerializerSettings

0 commit comments

Comments
 (0)