Skip to content

Commit 9c0f58a

Browse files
committed
[]
1 parent ab2b8f8 commit 9c0f58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Digdir.Domain.Dialogporten.GraphQL/Common/Authentication/TokenIssuerCache.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public interface ITokenIssuerCache
1111

1212
public sealed class TokenIssuerCache : ITokenIssuerCache, IDisposable
1313
{
14-
private readonly Dictionary<string, string> _issuerMappings = new();
14+
private readonly Dictionary<string, string> _issuerMappings = [];
1515
private readonly SemaphoreSlim _initializationSemaphore = new(1, 1);
1616
private bool _initialized;
1717
private readonly IReadOnlyCollection<JwtBearerTokenSchemasOptions> _jwtTokenSchemas;

0 commit comments

Comments
 (0)