From 6df1c713dded42afc14b41e63ec13f4b5e7dca14 Mon Sep 17 00:00:00 2001 From: Phil Stollery Date: Thu, 22 Feb 2024 14:55:54 +0000 Subject: [PATCH] Fixing typo --- dotnet-observability/eShopLite/Products/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-observability/eShopLite/Products/Program.cs b/dotnet-observability/eShopLite/Products/Program.cs index 8230ea8..883bf3e 100644 --- a/dotnet-observability/eShopLite/Products/Program.cs +++ b/dotnet-observability/eShopLite/Products/Program.cs @@ -1,4 +1,4 @@ -vusing Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore; using Products.Data; using Products.Endpoints;