We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45430f4 commit 79b2305Copy full SHA for 79b2305
Cosmos/Database.cs
@@ -8,7 +8,7 @@ public static class Database
8
{
9
internal static string DatabaseName = null!;
10
11
- private static Lazy<CosmosClient>? Client = null;
+ private static Lazy<CosmosClient>? Client;
12
13
public static void Configure(string endPoint, string authenticationKey, string databaseName)
14
0 commit comments