Skip to content

Commit 376bc08

Browse files
aduh95ruyadorno
authored andcommitted
fix: remove unused broken require
Fixes: #1658 PR-URL: #1661 Credit: @aduh95 Close: #1661 Reviewed-by: @ruyadorno
1 parent 956077a commit 376bc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/replace-info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const URL = require('url')
1+
const URL = require('url').URL
22

33
// replaces auth info in an array
44
// of arguments or in a strings

0 commit comments

Comments
 (0)