From 1652ac65eb6c1137857e2fd6cb97851ecdaa1c36 Mon Sep 17 00:00:00 2001 From: aruokhai Date: Fri, 15 Dec 2023 20:45:28 +0100 Subject: [PATCH] modified Todo to reflect recent change --- teos/src/api/internal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teos/src/api/internal.rs b/teos/src/api/internal.rs index 38c2c461..38396bc0 100644 --- a/teos/src/api/internal.rs +++ b/teos/src/api/internal.rs @@ -390,7 +390,7 @@ impl PrivateTowerServices for Arc { Some((info, locators)) => Ok(Response::new(msgs::GetUserResponse { available_slots: info.available_slots, subscription_expiry: info.subscription_expiry, - // TODO: Should make it return locators and make `get_appointments` queryable using the (user_id, locator) pair for consistency. + // TODO: Should make `get_appointments` queryable using the (user_id, locator) pair for consistency. appointments: locators .into_iter() .map(|locator| locator.to_vec())