Skip to content
Snippets Groups Projects
Unverified Commit db900c83 authored by dogcraft's avatar dogcraft Committed by GitHub
Browse files

Fix bug : "IPCIDR is not a constructor" (#8400)

parent 6cf346b3
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ import { httpAgent, httpsAgent, StatusError } from './fetch.js';
import config from '@/config/index.js';
import chalk from 'chalk';
import Logger from '@/services/logger.js';
import * as IPCIDR from 'ip-cidr';
import IPCIDR from 'ip-cidr';
import PrivateIp from 'private-ip';
const pipeline = util.promisify(stream.pipeline);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment