async fn enforce_deadline(
conn: &mut PgConnection,
exercise: &Exercise,
) -> Result<(), ControllerError>
Expand description
Returns an error if the chapter’s or exercise’s deadline has passed.
async fn enforce_deadline(
conn: &mut PgConnection,
exercise: &Exercise,
) -> Result<(), ControllerError>
Returns an error if the chapter’s or exercise’s deadline has passed.