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 page.
async fn delete_old_files(
conn: &mut PgConnection,
course_id: Uuid,
blob_client: &AzureBlobClient,
) -> Result<()>
Deletes files from blob storage that are no longer associated with any page.