Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
calebbourg committed Dec 9, 2024
1 parent 35004eb commit 1938d6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/src/protect/coaching_sessions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ use entity::Id;
use entity_api::coaching_relationship;
use std::collections::HashMap;

// struct Params {
// coaching_relationship_id: Option<Id>,
// }

/// Checks that coaching relationship record referenced by `coaching_relationship_id`
/// exists and that the authenticated user is associated with it.
/// Intended to be given to axum::middleware::from_fn_with_state in the router
Expand Down

0 comments on commit 1938d6b

Please sign in to comment.