Skip to content

Commit 3222641

Browse files
tplookerdlongley
authored andcommitted
Update lib/context.js
Co-authored-by: Dave Longley <dlongley@digitalbazaar.com>
1 parent 1f51f75 commit 3222641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ function _expandIri(activeCtx, value, relativeTo, localCtx, defined, options) {
10451045
// the value for an @type
10461046
let typeExpansion = false;
10471047

1048-
if (options !== undefined && options.typeExpansion !== undefined) {
1048+
if(options !== undefined && options.typeExpansion !== undefined) {
10491049
typeExpansion = options.typeExpansion;
10501050
}
10511051

0 commit comments

Comments
 (0)