itizawa il y a 5 ans
Parent
commit
953c697bfa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/slackbot-proxy/src/controllers/slack.ts

+ 1 - 1
packages/slackbot-proxy/src/controllers/slack.ts

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