mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
renamed dates in code as well
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user