|
@@ -23,7 +23,7 @@ export class SlackCtrl {
|
|
|
installationRepository: InstallationRepository;
|
|
installationRepository: InstallationRepository;
|
|
|
|
|
|
|
|
@Inject()
|
|
@Inject()
|
|
|
- RelationRepository: RelationRepository;
|
|
|
|
|
|
|
+ relationRepository: RelationRepository;
|
|
|
|
|
|
|
|
@Inject()
|
|
@Inject()
|
|
|
orderRepository: OrderRepository;
|
|
orderRepository: OrderRepository;
|