mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	becca conversion WIP
This commit is contained in:
		| @@ -84,7 +84,7 @@ async function start() { | ||||
|             isInheritable: Math.random() > 0.1 // 10% are inheritable | ||||
|         }); | ||||
|  | ||||
|         noteRevisionService.createNoteRevision(await repository.getNote(getRandomNoteId())); | ||||
|         noteRevisionService.createNoteRevision(await becca.getNote(getRandomNoteId())); | ||||
|  | ||||
|         notes.push(note.noteId); | ||||
|     } | ||||
| @@ -92,4 +92,4 @@ async function start() { | ||||
|     process.exit(0); | ||||
| } | ||||
|  | ||||
| sqlInit.dbReady.then(cls.wrap(start)); | ||||
| sqlInit.dbReady.then(cls.wrap(start)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user