diff --git a/DysonNetwork.Shared/Extensions.cs b/DysonNetwork.Shared/Extensions.cs index f717f52..656e924 100644 --- a/DysonNetwork.Shared/Extensions.cs +++ b/DysonNetwork.Shared/Extensions.cs @@ -64,7 +64,7 @@ public static class Extensions options.Configuration = builder.Configuration.GetConnectionString("cache"); options.InstanceName = "dyson:"; }); - builder.Services.AddSingleton(sp => + builder.Services.AddSingleton(sp => { var mux = sp.GetRequiredService(); return RedLockFactory.Create(new List { new(mux) });