Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 0e2f70c

Browse files
committed
rackum frackum double tabs....
1 parent aebf6ef commit 0e2f70c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/helpers/database.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ var mongoose = require('mongoose'),
1111
const notForApi = function (callback) {
1212
return function(req, res, next) {
1313
if (req.path.indexOf('/api') === 0) {
14-
next();
14+
next();
1515
} else {
16-
callback(req, res, next);
16+
callback(req, res, next);
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)