diff options
author | Vika <vika@fireburn.ru> | 2021-05-05 16:32:03 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2021-05-05 16:32:03 +0300 |
commit | a5963bbdb7464709232486bfe46ccbea3366b226 (patch) | |
tree | 42539fc1cf8aea363fbb834071123330567a6141 | |
parent | 4a1085b7e9a6231f3e21334af1ea43b71ee8d918 (diff) | |
download | kittybox-a5963bbdb7464709232486bfe46ccbea3366b226.tar.zst |
Deleted a loose TODO
-rw-r--r-- | src/indieauth.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |