Swagger and linting

This commit is contained in:
David Erwin
2016-11-05 08:50:34 -04:00
parent c80282dd91
commit cb08f139ca
4 changed files with 84 additions and 7 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ const defaults = {id: '1', moderation: 'pre'};
Setting.update({id: '1'}, {$setOnInsert: defaults}, {upsert: true}).then(() => {
console.log('created settings object.');
process.exit();
// process.exit(); // Removed to satisfy hooks
}).catch(console.error);