becca conversion WIP

This commit is contained in:
zadam
2021-05-02 11:23:58 +02:00
parent d13c8771ca
commit 1af10d48a2
29 changed files with 91 additions and 92 deletions

View File

@@ -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));