Formatting & small fixes

This commit is contained in:
Andras Schmelczer 2026-01-04 11:02:00 +00:00
parent 951200724c
commit 0d7d36e971
17 changed files with 47 additions and 72 deletions

View file

@ -11,7 +11,7 @@ use crate::app_state::database::models::VaultUpdateId;
pub struct CreateDocumentVersion {
pub relative_path: String,
// whether to merge with existing document at the same path if it exists
// whether to merge with existing document at the same path if it already exists
pub force_merge: Option<bool>,
#[ts(as = "Vec<u8>")]