ensure we never write the progress to the db

This commit is contained in:
Tamo 2024-12-11 18:16:20 +01:00
parent 45d5d4bf40
commit ab9213fa94
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69

View File

@ -16,7 +16,7 @@ pub type BatchId = u32;
pub struct Batch {
pub uid: BatchId,
#[serde(skip_deserializing)]
#[serde(skip)]
pub progress: Option<ProgressView>,
pub details: DetailsView,
pub stats: BatchStats,