mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
Minor log changes
This commit is contained in:
parent
6d929237d2
commit
bbd70f2fea
2 changed files with 8 additions and 10 deletions
|
@ -109,13 +109,11 @@ function areaFix() {
|
|||
return callback(null, message);
|
||||
},
|
||||
function persistMessage(message, callback) {
|
||||
//
|
||||
// :TODO:
|
||||
// - Persist message in private outgoing (sysop out box)
|
||||
// - Make necessary changes such that the message is exported properly
|
||||
//
|
||||
console.log(message);
|
||||
// :TODO: Persist message in private outgoing (sysop out box) (TBD: implementation)
|
||||
message.persist(err => {
|
||||
if(!err) {
|
||||
console.log('AreaFix message persisted and will be exported as per configuration');
|
||||
}
|
||||
return callback(err);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue