pub async fn validate_area_exists( pool: &SqlitePool, id: &ThingsId, ) -> Result<()>
Validate that an area exists
Returns an error if the area does not exist or if the database query fails