async fn one_phase_status(
conn: &mut PgConnection,
phase: &str,
) -> Result<CreditRegistrationPhaseStatus, ControllerError>Expand description
One phase’s status, so a pause/resume/run-now response shows the effect without a second request.
async fn one_phase_status(
conn: &mut PgConnection,
phase: &str,
) -> Result<CreditRegistrationPhaseStatus, ControllerError>One phase’s status, so a pause/resume/run-now response shows the effect without a second request.