pub async fn setup(
user_id: Uuid,
pool: &SharedPool,
) -> Result<GuidedToursDto, ServiceError>
Expand description
Setup the Guided Tour status for a new user.
ยงErrors
If the connection to the database could not be established.
pub async fn setup(
user_id: Uuid,
pool: &SharedPool,
) -> Result<GuidedToursDto, ServiceError>
Setup the Guided Tour status for a new user.
If the connection to the database could not be established.