From 6c06dfc4f83f30292e65c08a3cb0c48401d4bfa7 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Wed, 25 Mar 2026 01:57:19 +1100 Subject: v0.2a --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Program.cs') diff --git a/Program.cs b/Program.cs index f80b996..e7f1e26 100644 --- a/Program.cs +++ b/Program.cs @@ -22,7 +22,7 @@ public class Program { // Add our custom services builder.Services.AddSingleton(); builder.Services.AddDbContextFactory(); - builder.Services.AddScoped(); + builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddScoped(); builder.Services.AddSingleton(); -- cgit v1.3