mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Swagger and linting
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user