Skip to content

Commit

Permalink
Update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Nov 21, 2023
1 parent a0a3576 commit 7e2d37a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Diagnostics;
using ConfigCat.Client;
using Microsoft.AspNetCore.Mvc;
Expand All @@ -23,7 +23,7 @@ public IActionResult Index()
{
Email = "[email protected]",
Country = "Canada",
Custom = new Dictionary<string, string>
Custom =
{
{"SubscriptionType", "Pro"},
{"Version", "1.0.0"}
Expand Down

0 comments on commit 7e2d37a

Please sign in to comment.