From a58afc774f7ee299e9ad14e94567cf90467faf4c Mon Sep 17 00:00:00 2001 From: Dominic Villemure Date: Sun, 17 Mar 2024 17:00:43 -0400 Subject: [PATCH] Fixed typo --- .../Data/Migrations/20240317201728_AddFuturCreator.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/Data/Migrations/20240317201728_AddFuturCreator.Designer.cs b/src/Infrastructure/Data/Migrations/20240317201728_AddFuturCreator.Designer.cs index 9244599..a33f51b 100644 --- a/src/Infrastructure/Data/Migrations/20240317201728_AddFuturCreator.Designer.cs +++ b/src/Infrastructure/Data/Migrations/20240317201728_AddFuturCreator.Designer.cs @@ -13,7 +13,7 @@ namespace Hutopy.Infrastructure.Data.Migrations { [DbContext(typeof(ApplicationDbContext))] [Migration("20240317201728_AddFuturCreators")] - partial class AddfuturCreators + partial class AddFuturCreators { /// protected override void BuildTargetModel(ModelBuilder modelBuilder)