From 1a0f7c22cc1248440db362fd4f2e9ef0ef786813 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 28 Feb 2026 12:21:22 +0100 Subject: Fix missing service --- LibMatrix/Services/ServiceInstaller.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'LibMatrix/Services') diff --git a/LibMatrix/Services/ServiceInstaller.cs b/LibMatrix/Services/ServiceInstaller.cs index 5ffd43a..7f15cd2 100644 --- a/LibMatrix/Services/ServiceInstaller.cs +++ b/LibMatrix/Services/ServiceInstaller.cs @@ -13,6 +13,7 @@ public static class ServiceInstaller { services.AddSingleton(); services.AddSingleton(); services.AddSingleton(); + services.AddSingleton(); if (!services.Any(x => x.ServiceType == typeof(WellKnownResolverConfiguration))) services.AddSingleton(); services.AddSingleton(); -- cgit 1.5.1