0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 16:10:43 -05:00

Fixed container errors due to biome

This commit is contained in:
Dev 2024-08-07 22:09:46 +01:00
parent 23af7e1d9b
commit 2fbcee22bd

View File

@ -272,6 +272,7 @@ import { DependencyContainer, Lifecycle } from "tsyringe";
/**
* Handle the registration of classes to be used by the Dependency Injection code
*/
// biome-ignore lint/complexity/noStaticOnlyClass: <explanation>
export class Container {
public static registerPostLoadTypes(container: DependencyContainer, childContainer: DependencyContainer): void {
container.register<SptHttpListener>("SptHttpListener", SptHttpListener, { lifecycle: Lifecycle.Singleton });