forked from Mirrors/doipjs
Fix dependency
This commit is contained in:
parent
4e0a86343a
commit
b973161bfb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
const axios = require('axios')
|
||||
const { URL } = require('node:url')
|
||||
const { URL } = require('url')
|
||||
const utils = require('./utils')
|
||||
const E = require('./enums')
|
||||
|
||||
|
|
Loading…
Reference in a new issue