fn project_deferrals(state: &Arc<AppState>) -> Result<Value, StatusCode>Expand description
Pure projection from event_log to the deferrals response shape.
Split out from the route handler so unit tests can assert against
serde_json::Value directly without exercising the axum response
pipeline.