diff --git a/rslib/src/notetype/schemachange.rs b/rslib/src/notetype/schemachange.rs index 81567ccac..2eba11818 100644 --- a/rslib/src/notetype/schemachange.rs +++ b/rslib/src/notetype/schemachange.rs @@ -67,6 +67,7 @@ impl Collection { note.prepare_for_update(nt, normalize_text)?; self.storage.update_note(¬e)?; } + return Ok(()); } else { // nothing to do return Ok(());