Ver Fonte

clean code

Yuki Takei há 1 ano atrás
pai
commit
8bbbd2a781
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      apps/slackbot-proxy/src/controllers/term.ts

+ 3 - 2
apps/slackbot-proxy/src/controllers/term.ts

@@ -1,5 +1,6 @@
-import { Controller, PlatformRouter } from '@tsed/common';
-import { Request, Response } from 'express';
+import type { PlatformRouter } from '@tsed/common';
+import { Controller } from '@tsed/common';
+import type { Request, Response } from 'express';
 
 const isOfficialMode = process.env.OFFICIAL_MODE === 'true';