Skip to content

Commit

Permalink
fix: remove unused broken require
Browse files Browse the repository at this point in the history
Fixes: #1658

PR-URL: #1661
Credit: @aduh95
Close: #1661
Reviewed-by: @ruyadorno
  • Loading branch information
aduh95 authored and ruyadorno committed Aug 17, 2020
1 parent 956077a commit 376bc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/replace-info.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const URL = require('url')
const URL = require('url').URL

// replaces auth info in an array
// of arguments or in a strings
Expand Down

0 comments on commit 376bc08

Please sign in to comment.