mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 09:35:50 +02:00
fix: typo
This commit is contained in:
@@ -48,7 +48,7 @@ async function getNotes(userData, start, stop) {
|
|||||||
}
|
}
|
||||||
const [notes, count] = await Promise.all([
|
const [notes, count] = await Promise.all([
|
||||||
user.getModerationNotes(userData.uid, start, stop),
|
user.getModerationNotes(userData.uid, start, stop),
|
||||||
db.sortedSetCard('uid:' + userData.uid + ':moderati;on:notes'),
|
db.sortedSetCard('uid:' + userData.uid + ':moderation:notes'),
|
||||||
]);
|
]);
|
||||||
return { notes: notes, count: count };
|
return { notes: notes, count: count };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user