Skip to content

Commit

Permalink
rcetr-182
Browse files Browse the repository at this point in the history
  • Loading branch information
eldonferranpol committed Nov 14, 2023
1 parent 45430f4 commit 79b2305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cosmos/Database.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class Database
{
internal static string DatabaseName = null!;

private static Lazy<CosmosClient>? Client = null;
private static Lazy<CosmosClient>? Client;

public static void Configure(string endPoint, string authenticationKey, string databaseName)
{
Expand Down

0 comments on commit 79b2305

Please sign in to comment.