mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
added close db command
This commit is contained in:
@@ -74,6 +74,10 @@
|
||||
});
|
||||
}
|
||||
|
||||
module.close = function() {
|
||||
db.close();
|
||||
}
|
||||
|
||||
//
|
||||
// helper functions
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user