mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 10:35:55 +01:00
chore: update log verbiage
This commit is contained in:
@@ -100,7 +100,7 @@ Notes.assertTopic = async (uid, id) => {
|
||||
}
|
||||
|
||||
const unprocessed = chain.filter((p, idx) => !members[idx]);
|
||||
winston.info(`[notes/assertTopic] ${unprocessed.length} new notes found.`);
|
||||
winston.info(`[notes/assertTopic] ${unprocessed.length} new note(s) found.`);
|
||||
|
||||
const [ids, timestamps] = [
|
||||
unprocessed.map(n => n.pid),
|
||||
|
||||
Reference in New Issue
Block a user