From 9e373220877ebc1ca00fccecee3ebcc8fe64f7b0 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 26 Aug 2025 21:15:46 +0200 Subject: [PATCH] chore: add TODO --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9957fd9..d874412 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,7 +16,7 @@ async fn index() -> impl Responder { .await .unwrap(); - // Get the response json + // Get the response json ... TODO: Get Mastodon Status structure let json_response: serde_json::Value = response.json().await.unwrap(); web::Json(json_response)