From a5963bbdb7464709232486bfe46ccbea3366b226 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 5 May 2021 16:32:03 +0300 Subject: Deleted a loose TODO --- src/indieauth.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/indieauth.rs b/src/indieauth.rs index 8d41577..46d2459 100644 --- a/src/indieauth.rs +++ b/src/indieauth.rs @@ -73,7 +73,6 @@ where })).build()) }, Some(value) => { - // TODO check the token let endpoint = &req.state().token_endpoint; let http_client = &req.state().http_client; match get_token_data(value.last().to_string(), endpoint, http_client).await { -- cgit 1.4.1