Skip to main content

require_suotar_configuration

Function require_suotar_configuration 

Source
async fn require_suotar_configuration(
    conn: &mut PgConnection,
    course_module_id: Uuid,
) -> Result<(), ControllerError>
Expand description

A module with no configuration row has nothing to pause: set_paused would update no rows and the call would report a pause that never happened.