mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
fixes for DB initalization and import of demo data
This commit is contained in:
@@ -42,7 +42,7 @@ router.post('/sync', async (req, res, next) => {
|
||||
req.session.loggedIn = true;
|
||||
|
||||
res.send({
|
||||
sourceId: await source_id.getCurrentSourceId()
|
||||
sourceId: source_id.getCurrentSourceId()
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user