Просмотр исходного кода

Fix import line for dependency injection

Yuki Takei 1 год назад
Родитель
Сommit
8094bb151b
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      apps/slackbot-proxy/src/controllers/top.ts

+ 2 - 0
apps/slackbot-proxy/src/controllers/top.ts

@@ -4,7 +4,9 @@ import {
 } from '@tsed/common';
 import readPkgUp from 'read-pkg-up';
 
+/* eslint-disable @typescript-eslint/consistent-type-imports */
 import { InstallerService } from '~/services/InstallerService';
+/* eslint-enable @typescript-eslint/consistent-type-imports */
 
 const isOfficialMode = process.env.OFFICIAL_MODE === 'true';