change the details of the tasks

This commit is contained in:
Tamo
2025-08-11 18:28:00 +02:00
parent a904ce109a
commit 4068c58417
102 changed files with 300 additions and 320 deletions

View File

@ -274,8 +274,8 @@ fn snapshot_details(d: &Details) -> String {
Details::SettingsUpdate { settings } => {
format!("{{ settings: {settings:?} }}")
}
Details::IndexInfo { primary_key, new_uid } => {
format!("{{ primary_key: {primary_key:?}, new_uid: {new_uid:?} }}")
Details::IndexInfo { primary_key, uid } => {
format!("{{ primary_key: {primary_key:?}, new_uid: {uid:?} }}")
}
Details::DocumentDeletion {
provided_ids: received_document_ids,