From 92a07eb43f5aaba434096e1acc5228af86137e0e Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sat, 20 Dec 2025 11:01:25 -0600 Subject: [PATCH] remove unnecessary info --- src/content/docs/modules/http/http-client.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/docs/modules/http/http-client.md b/src/content/docs/modules/http/http-client.md index de1538e..86efacf 100644 --- a/src/content/docs/modules/http/http-client.md +++ b/src/content/docs/modules/http/http-client.md @@ -6,7 +6,6 @@ sidebar: The `http.client` module emits a message contianing the response of the HTTP calls it makes. - **type**: `http.client` -- **params**: no params are needed for HTTP client ### Example ```