Skip to content

Commit 8bfe519

Browse files
committed
Fix typo
Signed-off-by: Max Wu <jackymaxj@gmail.com>
1 parent dfd833d commit 8bfe519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/history.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ function parseToHistory (list, notehistory, callback) {
304304
notehistory[i].id = encodeNoteId(id)
305305
}
306306
} catch (err) {
307-
logger.error(err)
307+
console.error(err)
308308
}
309309
// parse time to timestamp and fromNow
310310
const timestamp = (typeof notehistory[i].time === 'number' ? moment(notehistory[i].time) : moment(notehistory[i].time, 'MMMM Do YYYY, h:mm:ss a'))

0 commit comments

Comments
 (0)