mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-07-28 14:20:23 +00:00
fix: grammar in delete all media command not found error
This commit is contained in:
@@ -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:?}");
|
||||
|
||||
Reference in New Issue
Block a user