Skip to content

Commit 0d74a5d

Browse files
committed
fix(connect): add ; at terminal
1 parent 16c2d23 commit 0d74a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/connect/nosniff.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ export default function () {
1313
"X-Content-Type-Options": "nosniff"
1414
});
1515
next();
16-
}
16+
};
1717
}

0 commit comments

Comments
 (0)