Skip to content

Commit 9a1f4ff

Browse files
committed
Fix syntax
1 parent a7f7473 commit 9a1f4ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ function start (object, filename) {
6060
'Enter ' + chalk.cyan('s') + ' at any time to create a snapshot of the db'
6161
)
6262

63-
6463
process.stdin.resume()
6564
process.stdin.setEncoding('utf8')
6665
process.stdin.on('data', function (chunk) {
@@ -106,7 +105,6 @@ function start (object, filename) {
106105
}
107106
console.log()
108107

109-
110108
var server = jsonServer.create()
111109
server.use(jsonServer.defaults)
112110
server.use(router)

0 commit comments

Comments
 (0)