Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Sep 11, 2020
1 parent 7e7366b commit 0891236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/accounts/info.js
Expand Up @@ -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 };
}

0 comments on commit 0891236

Please sign in to comment.