fixing all the 👻

This commit is contained in:
Wyatt Johnson
2017-06-21 11:35:00 -06:00
parent f537b4a772
commit 91b7cd10f8
+1 -1
View File
@@ -10,7 +10,7 @@ const TokensService = require('../services/tokens');
const util = require('./util');
const Table = require('cli-table');
// Regeister the shutdown criteria.
// Register the shutdown criteria.
util.onshutdown([
() => mongoose.disconnect()
]);