diff --git a/samples/ASP.NETCore/WebApplication/Controllers/HomeController.cs b/samples/ASP.NETCore/WebApplication/Controllers/HomeController.cs index e3ebccae..2aee4bf6 100644 --- a/samples/ASP.NETCore/WebApplication/Controllers/HomeController.cs +++ b/samples/ASP.NETCore/WebApplication/Controllers/HomeController.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Diagnostics; using ConfigCat.Client; using Microsoft.AspNetCore.Mvc; @@ -23,7 +23,7 @@ public IActionResult Index() { Email = "configcat@example.com", Country = "Canada", - Custom = new Dictionary + Custom = { {"SubscriptionType", "Pro"}, {"Version", "1.0.0"}