chore: fix typo

This commit is contained in:
Innei
2022-05-20 16:56:23 +08:00
parent 59c36e0585
commit 913cff72e7
2 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ import { DatabaseService } from '~/processors/database/database.service'
import { AssetService } from '~/processors/helper/helper.asset.service'
import { HttpService } from '~/processors/helper/helper.http.service'
import { InjectModel } from '~/transformers/model.transformer'
import { UniqueArray } from '~/ts-hepler/unique'
import { UniqueArray } from '~/ts-helper/unique'
import { deepCloneWithFunction, getRedisKey, safePathJoin } from '~/utils'
import { safeEval } from '~/utils/safe-eval.util'
import { isBuiltinModule } from '~/utils/system.util'