Skip to content

Commit e086877

Browse files
committed
remove todo
1 parent a01971b commit e086877

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/src/controller/organization/coaching_relationship_controller.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ pub async fn read(
116116
pub async fn index(
117117
CompareApiVersion(_v): CompareApiVersion,
118118
AuthenticatedUser(_user): AuthenticatedUser,
119-
// TODO: create a new Extractor to authorize the user to access
120-
// the data requested
121119
State(app_state): State<AppState>,
122120
Path(organization_id): Path<Id>,
123121
) -> Result<impl IntoResponse, Error> {

0 commit comments

Comments
 (0)