Преглед изворни кода

Fix import line for dependency injection

Yuki Takei пре 1 година
родитељ
комит
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';