Skip to content

Commit fa19df3

Browse files
committed
Fix lint issue.
1 parent 754c551 commit fa19df3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/context.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,11 +1097,11 @@ function _expandIri(activeCtx, value, relativeTo, localCtx, defined, options) {
10971097

10981098
// A flag that captures whether the iri being expanded is
10991099
// the value for an @type
1100-
let typeExpansion = false;
1100+
//let typeExpansion = false;
11011101

1102-
if(options !== undefined && options.typeExpansion !== undefined) {
1103-
typeExpansion = options.typeExpansion;
1104-
}
1102+
//if(options !== undefined && options.typeExpansion !== undefined) {
1103+
// typeExpansion = options.typeExpansion;
1104+
//}
11051105

11061106
if(relativeTo.vocab && '@vocab' in activeCtx) {
11071107
// prepend vocab

0 commit comments

Comments
 (0)