Skip to content

Commit 896efce

Browse files
committed
add missing semicolon
1 parent 3d89511 commit 896efce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var express = require('express');
1616
var bodyParser = require('body-parser');
1717
var app = express();
1818

19-
var comments = JSON.parse(fs.readFileSync('_comments.json'))
19+
var comments = JSON.parse(fs.readFileSync('_comments.json'));
2020

2121
app.use('/', express.static(path.join(__dirname, 'public')));
2222
app.use(bodyParser.json());

0 commit comments

Comments
 (0)