Skip to content

Commit c415020

Browse files
committed
Add missing semicolon
1 parent d8dd547 commit c415020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ app.oauth = new OAuthServer({
2525
});
2626

2727
app.use(bodyParser.json());
28-
app.use(bodyparser.urlencoded({ extended: false }))
28+
app.use(bodyparser.urlencoded({ extended: false }));
2929
app.use(app.oauth.authorise());
3030

3131
app.use(function(req, res) {

0 commit comments

Comments
 (0)