Skip to content

Commit 14fda45

Browse files
committedJan 21, 2021
Fix linting issue.
1 parent 4ece171 commit 14fda45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎lib/context.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ const {
1616
const {
1717
isAbsolute: _isAbsoluteIri,
1818
isRelative: _isRelativeIri,
19-
prependBase,
20-
parse: parseUrl
19+
prependBase
2120
} = require('./url');
2221

2322
const {

0 commit comments

Comments
 (0)
Please sign in to comment.