Loading packages/core/src/services/inversify.config.ts +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ const bindings = new ContainerModule((bind: interfaces.Bind) => { AuthenticationService, FakeOrdersService, CurrenciesService, PromotionService PromotionService, ], (Service: any) => { bind(Service).to(Service).inSingletonScope(); Loading Loading
packages/core/src/services/inversify.config.ts +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ const bindings = new ContainerModule((bind: interfaces.Bind) => { AuthenticationService, FakeOrdersService, CurrenciesService, PromotionService PromotionService, ], (Service: any) => { bind(Service).to(Service).inSingletonScope(); Loading