mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
sync fixes
This commit is contained in:
@@ -17,7 +17,7 @@ router.post('/now', auth.checkApiAuth, async (req, res, next) => {
|
||||
|
||||
router.get('/changed', auth.checkApiAuth, async (req, res, next) => {
|
||||
const lastSyncId = parseInt(req.query.lastSyncId);
|
||||
const sourceId = parseInt(req.query.sourceId);
|
||||
const sourceId = req.query.sourceId;
|
||||
|
||||
const result = await sync.getChanged(lastSyncId, sourceId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user