Make it compile

This commit is contained in:
Louis Dureuil 2025-04-02 17:14:40 +02:00
parent 87547550f5
commit f3ab940776
No known key found for this signature in database
6 changed files with 36 additions and 27 deletions

View file

@ -182,6 +182,7 @@ impl BatchQueue {
started_at: batch.started_at,
finished_at: batch.finished_at,
enqueued_at: batch.enqueued_at,
stop_reason: batch.reason.to_string(),
},
)?;