From 5e4d21dca17835aad6393b5c98f34e2673989e69 Mon Sep 17 00:00:00 2001 From: COOL Date: Sat, 11 Jan 2025 16:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - src/comm/utils.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index 02bdeb6..20e80da 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "cache-manager-ioredis-yet": "^2.0.4", "decompress": "^4.2.1", "download": "^8.0.0", - "ipip-ipdb": "^0.6.0", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", "md5": "^2.3.0", diff --git a/src/comm/utils.ts b/src/comm/utils.ts index f9ba60c..8901cbe 100644 --- a/src/comm/utils.ts +++ b/src/comm/utils.ts @@ -1,6 +1,5 @@ import { Inject, Provide } from '@midwayjs/decorator'; import { Context } from '@midwayjs/koa'; -import * as ipdb from 'ipip-ipdb'; import * as _ from 'lodash'; import * as moment from 'moment';