itizawa 4 лет назад
Родитель
Сommit
a6693fcdd7
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      packages/slackbot-proxy/src/controllers/growi-to-slack.ts

+ 0 - 3
packages/slackbot-proxy/src/controllers/growi-to-slack.ts

@@ -14,9 +14,6 @@ import { OrderRepository } from '~/repositories/order';
 import { InstallerService } from '~/services/InstallerService';
 import loggerFactory from '~/utils/logger';
 
-import { Relation } from '~/entities/relation';
-import { Order } from '~/entities/order';
-
 
 const logger = loggerFactory('slackbot-proxy:controllers:growi-to-slack');