diff --git a/src/commands/sync_date_of_birth.rs b/src/commands/sync_date_of_birth.rs index 0272f1f..515c043 100644 --- a/src/commands/sync_date_of_birth.rs +++ b/src/commands/sync_date_of_birth.rs @@ -76,7 +76,9 @@ pub async fn sync_date_of_birth(ctx: Context, vcard_file: &PathBuf) -> Result<() ); } } - DateTimeOrTextProperty::Text(_) => todo!(), + DateTimeOrTextProperty::Text(prop) => { + todo!("{}: DateTimeOrTextProperty({})", formatted_name, prop) + } }, None => debug!("No Immich match for {}", formatted_name), }