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:
parent
23af7e1d9b
commit
2fbcee22bd
@ -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 });
|
||||
|
Loading…
x
Reference in New Issue
Block a user