mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11: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]);
|
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] = [
|
const [ids, timestamps] = [
|
||||||
unprocessed.map(n => n.pid),
|
unprocessed.map(n => n.pid),
|
||||||
|
|||||||
Reference in New Issue
Block a user