Skip to content

Commit 9ef6331

Browse files
committed
fix: linter
1 parent a692392 commit 9ef6331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports = ({
8080
})
8181

8282
return async opts => {
83-
const { req, res } = opts;
83+
const { req, res } = opts
8484
const hasForce = Boolean(
8585
req.query ? req.query.force : parse(req.url.split('?')[1]).force
8686
)

0 commit comments

Comments
 (0)