We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01971b commit e086877Copy full SHA for e086877
web/src/controller/organization/coaching_relationship_controller.rs
@@ -116,8 +116,6 @@ pub async fn read(
116
pub async fn index(
117
CompareApiVersion(_v): CompareApiVersion,
118
AuthenticatedUser(_user): AuthenticatedUser,
119
- // TODO: create a new Extractor to authorize the user to access
120
- // the data requested
121
State(app_state): State<AppState>,
122
Path(organization_id): Path<Id>,
123
) -> Result<impl IntoResponse, Error> {
0 commit comments