From 91a1ba5b14630e43096f7157ef7b657e9c520406 Mon Sep 17 00:00:00 2001 From: what Date: Wed, 7 Aug 2024 15:27:18 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20lodash.mixin.js=20=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/lodash.mixin.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/lodash.mixin.js b/lib/lodash.mixin.js index 27361e0..bc763a1 100755 --- a/lib/lodash.mixin.js +++ b/lib/lodash.mixin.js @@ -1,5 +1,3 @@ -import _ from 'lodash'; - const convertFns = { null2json: (data) => null, null2array: (data) => null,