mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
fix: typo
This commit is contained in:
@@ -48,7 +48,7 @@ async function getNotes(userData, start, stop) {
|
||||
}
|
||||
const [notes, count] = await Promise.all([
|
||||
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 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user