async fn delete_old_files(
conn: &mut PgConnection,
course_id: Uuid,
blob_client: &AzureBlobClient,
) -> Result<()>Expand description
Deletes files from blob storage that are no longer associated with any public page. This includes files for deleted pages, hidden pages, and any other pages that are no longer public.