Skip to content

Commit 3c4d8c8

Browse files
committed
http_server_dataset_router: remove unwanted comments
1 parent afa07f6 commit 3c4d8c8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/adapter/http/src/http_server_dataset_router.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ pub struct LoginResponseBody {
8888
pub access_token: String,
8989
}
9090

91-
// todo добавить platform роутер
9291
/// Authenticate with the node
9392
#[utoipa::path(
9493
post,
@@ -154,7 +153,6 @@ pub async fn platform_login_handler(
154153
#[allow(clippy::unused_async)]
155154
pub async fn platform_token_validate_handler(catalog: Extension<Catalog>) -> Result<(), ApiError> {
156155
ensure_authenticated_account(&catalog).api_err()?;
157-
// NGU5OWFiNjQ5YmQwNGY3YTdmZTEyNzQ3YzQ1YSA
158156
Ok(())
159157
}
160158

0 commit comments

Comments
 (0)