refactor: move AppContext to presentation crate, structurally enforce boundary
All checks were successful
CI / Check / Test (push) Successful in 39m33s
All checks were successful
CI / Check / Test (push) Successful in 39m33s
This commit is contained in:
@@ -37,9 +37,7 @@ pub async fn execute(
|
||||
|
||||
match compute::execute(deps.wrapup_stats.clone(), query).await {
|
||||
Ok(report) => {
|
||||
deps.wrapup_repo
|
||||
.set_complete(&wrapup_id, &report)
|
||||
.await?;
|
||||
deps.wrapup_repo.set_complete(&wrapup_id, &report).await?;
|
||||
|
||||
deps.event_publisher
|
||||
.publish(&DomainEvent::WrapUpCompleted { wrapup_id })
|
||||
|
||||
Reference in New Issue
Block a user