fix: eslint type style

This commit is contained in:
Innei
2022-04-17 21:26:24 +08:00
parent 5f458224a4
commit a9a8c3ad90
129 changed files with 471 additions and 459 deletions

View File

@@ -13,12 +13,11 @@ import { InjectModel } from '~/transformers/model.transformer'
import PKG from '../package.json'
import { Auth } from './common/decorator/auth.decorator'
import { HttpCache } from './common/decorator/cache.decorator'
import type { IpRecord } from './common/decorator/ip.decorator'
import { IpLocation } from './common/decorator/ip.decorator'
import { IpLocation, IpRecord } from './common/decorator/ip.decorator'
import { AllowAllCorsInterceptor } from './common/interceptors/allow-all-cors.interceptor'
import { RedisKeys } from './constants/cache.constant'
import { OptionModel } from './modules/configs/configs.model'
import type { CacheService } from './processors/cache/cache.service'
import { CacheService } from './processors/cache/cache.service'
import { getRedisKey } from './utils/redis.util'
@Controller()