fix: grammar in delete all media command not found error

This commit is contained in:
Henry-Hiles
2026-06-01 13:40:44 -04:00
parent 67466b015b
commit 58e41d48c7
+1 -1
View File
@@ -313,7 +313,7 @@ pub async fn delete_all_media_within_timeframe(
}
if remote_mxcs.is_empty() {
return Err!(Database("Did not found any eligible MXCs to delete."));
return Err!(Database("Did not find any eligible MXCs to delete."));
}
debug_info!("Deleting media now {direction:?} {time_boundary:?}");