renamed dates in code as well

This commit is contained in:
zadam
2019-03-12 20:58:31 +01:00
parent f65fefe7b1
commit 1c41d459f0
29 changed files with 92 additions and 92 deletions

View File

@@ -50,7 +50,7 @@ async function getRecentNotes(currentNoteId) {
AND branches.noteId != ?
${extraCondition}
ORDER BY
dateCreated DESC
utcDateCreated DESC
LIMIT 200`, [currentNoteId]);
return recentNotes.map(rn => {