Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Sep 16, 2024
1 parent b7c7227 commit 59354df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ydb.Sdk/src/Ado/YdbConnectionStringBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public string? RootCertificate

private string? _rootCertificate;

public ILoggerFactory LoggerFactory { get; set; }
public ILoggerFactory? LoggerFactory { get; set; }

public ICredentialsProvider? CredentialsProvider { get; set; }

Expand Down

0 comments on commit 59354df

Please sign in to comment.