mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
fixed initial demo import
This commit is contained in:
@@ -13,10 +13,10 @@ function getStatus() {
|
||||
};
|
||||
}
|
||||
|
||||
function setupNewDocument(req) {
|
||||
async function setupNewDocument(req) {
|
||||
const { username, password, theme } = req.body;
|
||||
|
||||
sqlInit.createInitialDatabase(username, password, theme);
|
||||
await sqlInit.createInitialDatabase(username, password, theme);
|
||||
}
|
||||
|
||||
function setupSyncFromServer(req) {
|
||||
|
||||
Reference in New Issue
Block a user