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")