Type on comment.

This commit is contained in:
gaba
2016-12-08 12:18:19 -10:00
parent e7fd77a45e
commit 413db123c4
+1 -1
View File
@@ -15,7 +15,7 @@ const mongoose = require('../mongoose');
const Setting = require('../models/setting');
const util = require('../util');
// Regeister the shutdown criteria.
// Register the shutdown criteria.
util.onshutdown([
() => mongoose.disconnect()
]);