Skip to content

Commit

Permalink
docs: add todo note about peripheral name uniqueness
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Feb 7, 2024
1 parent c0ba319 commit 67ce7b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pub struct Peripheral {
}

/// Handles the `POST /kit-configurations/{kitConfigurationId}/peripherals` route.
// TODO: ensure peripheral names are unique per configuration
pub async fn add_peripheral_to_configuration(
Extension(pg): Extension<PgPool>,
user_id: Option<models::UserId>,
Expand Down

0 comments on commit 67ce7b0

Please sign in to comment.