Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c5c78fc

Browse files
gkelloggdavidlehn
andauthoredMar 3, 2020
Update lib/documentLoaders/xhr.js
Co-Authored-By: David I. Lehn <[email protected]>
1 parent a70f73a commit c5c78fc

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
@@ -3,7 +3,7 @@
33
*/
44
'use strict';
55

6-
const contentType = require ('content-type');
6+
const contentType = require('content-type');
77

88
const {
99
parseLinkHeader,

0 commit comments

Comments
 (0)
Please sign in to comment.