migration script to camel case

This commit is contained in:
azivner
2018-01-28 20:52:05 -05:00
parent c558b7c506
commit 75878c80a8
14 changed files with 258 additions and 19 deletions

View File

@@ -61,7 +61,7 @@ function ScriptContext(noteId, dataKey) {
if (!note.type) {
note.type = "text";
note.mime = "";
note.mime = "text/html";
}
const noteId = (await notes.createNewNote(parentNoteId, note)).noteId;