From 7e2d37a764810f7f49de88ef9a12f6d898bbc608 Mon Sep 17 00:00:00 2001 From: Adam Simon Date: Tue, 21 Nov 2023 10:01:27 +0100 Subject: [PATCH] Update samples --- .../ASP.NETCore/WebApplication/Controllers/HomeController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"}