From a64371169ad6c60de38d7c0c0308da8171b17147 Mon Sep 17 00:00:00 2001 From: wei <1415121722@qq.com> Date: Sun, 7 Sep 2025 15:24:51 +0800 Subject: [PATCH] fix --- src/swqos/astralane.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swqos/astralane.rs b/src/swqos/astralane.rs index 6a336b3..baf648a 100644 --- a/src/swqos/astralane.rs +++ b/src/swqos/astralane.rs @@ -162,7 +162,7 @@ impl AstralaneClient { ] }))?; - // Send request with api_key header (like your example) + // Send request with api_key header let response_text = self.http_client.post(&self.endpoint) .body(request_body) .header("Content-Type", "application/json")