Skip to content

Commit a3ca20b

Browse files
committed
Lint error fixed
1 parent f7a5744 commit a3ca20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const defaultOptions = {
44
disabledForXHR: true,
5-
disableSourceMapSupport: false,
5+
disableSourceMapSupport: false
66
};
77

88
module.exports.express = function stack(options) {

0 commit comments

Comments
 (0)