Skip to content

Commit

Permalink
modified Todo to reflect recent change
Browse files Browse the repository at this point in the history
  • Loading branch information
aruokhai committed Dec 15, 2023
1 parent 6541ac1 commit 1652ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teos/src/api/internal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ impl PrivateTowerServices for Arc<InternalAPI> {
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())
Expand Down

0 comments on commit 1652ac6

Please sign in to comment.