Commit 0f503430 authored by Tsvetelina Yordanova's avatar Tsvetelina Yordanova
Browse files

feat: #60-start-promotions

parent f6df9530
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ const bindings = new ContainerModule((bind: interfaces.Bind) => {
			AuthenticationService,
			FakeOrdersService,
			CurrenciesService,
			PromotionService
			PromotionService,
		],
		(Service: any) => {
			bind(Service).to(Service).inSingletonScope();