Skip to content

Commit 2e14b32

Browse files
MazenSamehRCopilot
andauthored
Update src/lib/isXsdAnyURI.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c4887ad commit 2e14b32

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/isXsdAnyURI.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ function isValidAuthority(authority, options) {
115115
port = remainder.slice(1);
116116
}
117117

118-
host = '';
119118
hasHost = true;
120119
} else {
121120
const firstColon = hostPort.indexOf(':');

0 commit comments

Comments
 (0)