pub async fn complete_step(
user_id: Uuid,
dto: CompleteGuidedTourStepDto,
pool: &SharedPool,
) -> Result<(), ServiceError>Expand description
Mark a step completed (idempotent)
ยงErrors
If the connection to the database could not be established.