Skip to content

Commit 284c473

Browse files
MageMasherdlongley
authored andcommitted
Change let to const to match semantics of 75705fc
1 parent cd67664 commit 284c473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/documentLoaders/xhr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = ({
6565
});
6666
}
6767

68-
const doc = {contextUrl: null, documentUrl: url, document: req.response};
68+
let doc = {contextUrl: null, documentUrl: url, document: req.response};
6969
let alternate = null;
7070

7171
// handle Link Header (avoid unsafe header warning by existence testing)

0 commit comments

Comments
 (0)