Fix dependency

This commit is contained in:
Yarmo Mackenbach 2022-09-10 12:23:17 +02:00
parent 4e0a86343a
commit b973161bfb
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -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')