assets + fmt
Some checks failed
CI / Check / Test (push) Has been cancelled

This commit is contained in:
2026-06-03 01:13:06 +02:00
parent 8cabc6af70
commit e8e83d3f16
17 changed files with 44 additions and 95 deletions

View File

@@ -16,7 +16,11 @@ pub async fn execute(
if let Ok(Some(rec)) = ctx.repos.wrapup_repo.get_by_id(&wrapup_id).await
&& (rec.status == WrapUpStatus::Ready || rec.status == WrapUpStatus::Generating)
{
tracing::debug!("wrapup {} already {:?}, skipping", wrapup_id.value(), rec.status);
tracing::debug!(
"wrapup {} already {:?}, skipping",
wrapup_id.value(),
rec.status
);
return Ok(());
}