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

@@ -14,7 +14,7 @@ async function getRecentChanges() {
note_revisions
JOIN notes USING(noteId)
ORDER BY
dateModifiedTo DESC
utcDateModifiedTo DESC
LIMIT 1000`);
for (const change of recentChanges) {