mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
converted all timestamps to string representation
This commit is contained in:
@@ -30,8 +30,7 @@ router.get('/:noteId', auth.checkApiAuth, async (req, res, next) => {
|
||||
}
|
||||
|
||||
res.send({
|
||||
detail: detail,
|
||||
loadTime: utils.nowTimestamp()
|
||||
detail: detail
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user