From 595d4831b1002f328b1fe2834525bdb48f22c1c6 Mon Sep 17 00:00:00 2001 From: xyz <15380362192@163.com> Date: Thu, 3 Apr 2025 20:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E6=94=B9=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ekapi/query.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ekapi/query.js b/lib/ekapi/query.js index 3913321..99c5a5c 100644 --- a/lib/ekapi/query.js +++ b/lib/ekapi/query.js @@ -1,6 +1,6 @@ import settings from '../settings.js' import { ENKA_API } from './api.js' -import _ from 'request' +import _ from 'lodash' const useEnka = _.get(settings.getConfig('config'), 'useEnka', true); export async function getZzzEnkaData(uid) {