diff --git a/Libraries/SPTarkov.Server.Core/Routers/Static/LauncherV2StaticRouter.cs b/Libraries/SPTarkov.Server.Core/Routers/Static/LauncherV2StaticRouter.cs index ff29c2a0..79387f71 100644 --- a/Libraries/SPTarkov.Server.Core/Routers/Static/LauncherV2StaticRouter.cs +++ b/Libraries/SPTarkov.Server.Core/Routers/Static/LauncherV2StaticRouter.cs @@ -44,6 +44,4 @@ public class LauncherV2StaticRouter(LauncherV2Callbacks launcherV2Callbacks, Jso async (url, info, sessionID, _) => await launcherV2Callbacks.Profile(info) ), ] - ) -{ -} + ) { }