mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
split hash checks per table with recent notes not reported into frontend as error
This commit is contained in:
@@ -11,7 +11,7 @@ const content_hash = require('../../services/content_hash');
|
||||
|
||||
router.get('/check', auth.checkApiAuth, async (req, res, next) => {
|
||||
res.send({
|
||||
'content_hash': await content_hash.getContentHash(),
|
||||
'hashes': await content_hash.getHashes(),
|
||||
'max_sync_id': await sql.getSingleValue('SELECT MAX(id) FROM sync')
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user