diff --git a/Endpoint/Controllers/V1/AuthController.cs b/Endpoint/Controllers/V1/AuthController.cs index 2588dd8..3b19c92 100644 --- a/Endpoint/Controllers/V1/AuthController.cs +++ b/Endpoint/Controllers/V1/AuthController.cs @@ -315,4 +315,4 @@ public class AuthController(IOptionsSnapshot user, IOptionsSnapshot logger, IOptionsSnap { try { - using var scope = scopeFactory.CreateScope(); + using var scope = scopeFactory.CreateScope(); var sync = (ScheduleSynchronizer)ActivatorUtilities.GetServiceOrCreateInstance(scope.ServiceProvider, typeof(ScheduleSynchronizer)); - await sync.StartSync(filePaths, CancellationToken.None); + await sync.StartSync(filePaths, CancellationToken.None); } catch (Exception ex) {